Queer European MD passionate about IT
Browse Source

Updated dependencies in setup file

Davte 5 years ago
parent
commit
afb2d26627
2 changed files with 4 additions and 4 deletions
  1. 1 1
      davtelepot/__init__.py
  2. 3 3
      setup.py

+ 1 - 1
davtelepot/__init__.py

@@ -7,7 +7,7 @@ __author__ = "Davide Testa"
 __email__ = "davide@davte.it"
 __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
 __license__ = "GNU General Public License v3.0"
-__version__ = "2.1.2"
+__version__ = "2.1.3"
 __maintainer__ = "Davide Testa"
 __contact__ = "t.me/davte"
 

+ 3 - 3
setup.py

@@ -55,9 +55,9 @@ setuptools.setup(
     packages=setuptools.find_packages(),
     platforms=['any'],
     install_requires=[
-        'aiohttp>=3.4.4',
-        'bs4>=0.0.1',
-        'dataset>=1.1.0',
+        'aiohttp',
+        'bs4',
+        'dataset',
     ],
     classifiers=[
         "Development Status :: 3 - Alpha",