From f6cc57e70b21458789fa766dc92c5ff6e1d2aead Mon Sep 17 00:00:00 2001 From: Davte Date: Wed, 17 Jul 2019 12:15:44 +0200 Subject: [PATCH] Semplified dependencies --- davtelepot/__init__.py | 2 +- requirements.txt | 37 +++---------------------------------- 2 files changed, 4 insertions(+), 35 deletions(-) diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 1fa29f4..e7e2054 100644 --- a/davtelepot/__init__.py +++ b/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.1" +__version__ = "2.1.2" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/requirements.txt b/requirements.txt index 1c22bba..4841439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,34 +1,3 @@ -aiohttp==3.4.4 -alembic==1.0.1 -async-timeout==3.0.1 -attrs==18.2.0 -banal==0.3.8 -beautifulsoup4==4.6.3 -bs4==0.0.1 -certifi==2018.10.15 -chardet==3.0.4 -cycler==0.10.0 -dataset==1.1.0 -idna==2.7 -idna-ssl==1.1.0 -kiwisolver==1.0.1 -Mako==1.0.7 -MarkupSafe==1.0 -matplotlib==3.0.0 -multidict==4.4.2 -normality==0.6.1 -numpy==1.15.2 -oauthlib==2.1.0 -pkg-resources==0.0.0 -pyparsing==2.2.2 -PySocks==1.6.8 -python-dateutil==2.7.3 -python-editor==1.0.3 -requests>=2.20.0 -requests-oauthlib==1.0.0 -scipy==1.1.0 -six==1.11.0 -SQLAlchemy>=1.3.0 -tweepy==3.6.0 -urllib3>=1.24.2 -yarl==1.2.6 +aiohttp +bs4 +dataset