Update requirements
This commit is contained in:
parent
b6c8c7e5bc
commit
6c88412a54
@ -7,7 +7,7 @@ __author__ = "Davide Testa"
|
|||||||
__email__ = "davide@davte.it"
|
__email__ = "davide@davte.it"
|
||||||
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
|
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
|
||||||
__license__ = "GNU General Public License v3.0"
|
__license__ = "GNU General Public License v3.0"
|
||||||
__version__ = "2.1.0"
|
__version__ = "2.1.1"
|
||||||
__maintainer__ = "Davide Testa"
|
__maintainer__ = "Davide Testa"
|
||||||
__contact__ = "t.me/davte"
|
__contact__ = "t.me/davte"
|
||||||
|
|
||||||
|
@ -7,3 +7,4 @@ git merge develop;
|
|||||||
git checkout develop;
|
git checkout develop;
|
||||||
git push origin master develop;
|
git push origin master develop;
|
||||||
git push bitbucket master develop;
|
git push bitbucket master develop;
|
||||||
|
git push github master;
|
||||||
|
@ -24,11 +24,11 @@ pyparsing==2.2.2
|
|||||||
PySocks==1.6.8
|
PySocks==1.6.8
|
||||||
python-dateutil==2.7.3
|
python-dateutil==2.7.3
|
||||||
python-editor==1.0.3
|
python-editor==1.0.3
|
||||||
requests==2.19.1
|
requests>=2.20.0
|
||||||
requests-oauthlib==1.0.0
|
requests-oauthlib==1.0.0
|
||||||
scipy==1.1.0
|
scipy==1.1.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
SQLAlchemy==1.2.12
|
SQLAlchemy>=1.3.0
|
||||||
tweepy==3.6.0
|
tweepy==3.6.0
|
||||||
urllib3==1.23
|
urllib3>=1.24.2
|
||||||
yarl==1.2.6
|
yarl==1.2.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user