update requirements
This commit is contained in:
parent
671c306ad1
commit
93df4ebd44
1 changed files with 13 additions and 13 deletions
|
@ -5,22 +5,22 @@
|
|||
# pip-compile
|
||||
#
|
||||
asn1crypto==0.24.0 # via cryptography
|
||||
certifi==2018.8.24 # via python-telegram-bot, requests
|
||||
cffi==1.11.5 # via cryptography
|
||||
certifi==2019.3.9 # via python-telegram-bot, requests
|
||||
cffi==1.12.3 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
cryptography==2.3.1 # via python-telegram-bot
|
||||
filetype==1.0.1
|
||||
future==0.16.0 # via python-telegram-bot, pytumblr
|
||||
idna==2.7 # via cryptography, requests
|
||||
cryptography==2.6.1 # via python-telegram-bot
|
||||
filetype==1.0.5
|
||||
future==0.17.1 # via python-telegram-bot, pytumblr
|
||||
idna==2.8 # via requests
|
||||
markovify==0.7.1
|
||||
mutagen==1.42.0
|
||||
oauthlib==2.1.0 # via requests-oauthlib
|
||||
oauthlib==3.0.1 # via requests-oauthlib
|
||||
pycparser==2.19 # via cffi
|
||||
python-telegram-bot==11.1.0
|
||||
pytumblr==0.0.8
|
||||
requests-oauthlib==1.0.0 # via pytumblr
|
||||
requests==2.19.1
|
||||
six==1.11.0 # via cryptography
|
||||
unidecode==1.0.22 # via markovify
|
||||
urllib3==1.23 # via requests
|
||||
youtube-dl==2018.9.26
|
||||
requests-oauthlib==1.2.0 # via pytumblr
|
||||
requests==2.21.0
|
||||
six==1.12.0 # via cryptography
|
||||
unidecode==1.0.23 # via markovify
|
||||
urllib3==1.24.2 # via requests
|
||||
youtube-dl==2019.4.30
|
||||
|
|
Loading…
Reference in a new issue