Merge pull request #249 from UniversityRadioYork/mstratford/py-deps
Update python dependancies
This commit is contained in:
commit
89aa41bd45
2 changed files with 14 additions and 14 deletions
|
@ -1,21 +1,21 @@
|
|||
aiohttp==3.6.2
|
||||
aiohttp==3.7.4
|
||||
async-timeout==3.0.1
|
||||
attrs==19.3.0
|
||||
certifi==2020.4.5.1
|
||||
chardet==3.0.4
|
||||
click==7.1.1
|
||||
click==7.1.2
|
||||
Flask==1.1.2
|
||||
idna==2.9
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.11.3
|
||||
MarkupSafe==1.1.1
|
||||
multidict==4.7.5
|
||||
multidict==5.1.0
|
||||
mypy==0.770
|
||||
mypy-extensions==0.4.3
|
||||
requests==2.23.0
|
||||
requests==2.26.0
|
||||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.2
|
||||
urllib3==1.25.8
|
||||
websockets==8.1
|
||||
urllib3==1.26.5
|
||||
websockets==9.1
|
||||
Werkzeug==1.0.1
|
||||
yarl==1.4.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
aiohttp==3.6.2
|
||||
aiohttp==3.7.4
|
||||
aioice==0.6.18
|
||||
aiortc==0.9.27
|
||||
appdirs==1.4.4
|
||||
|
@ -10,12 +10,12 @@ blinker==1.4
|
|||
certifi==2020.4.5.1
|
||||
cffi==1.14.0
|
||||
chardet==3.0.4
|
||||
click==7.1.1
|
||||
click==7.1.2
|
||||
crc32c==2.0
|
||||
cryptography==2.8
|
||||
cryptography==3.3.2
|
||||
expiringdict==1.2.1
|
||||
Flask==1.1.2
|
||||
Flask-Cors==3.0.8
|
||||
Flask-Cors==3.0.9
|
||||
gunicorn==20.0.4
|
||||
idna==2.9
|
||||
itsdangerous==1.1.0
|
||||
|
@ -24,7 +24,7 @@ jedi==0.15.2
|
|||
Jinja2==2.11.3
|
||||
jsonpickle==1.3
|
||||
MarkupSafe==1.1.1
|
||||
multidict==4.7.5
|
||||
multidict==5.1.0
|
||||
mypy==0.770
|
||||
mypy-extensions==0.4.3
|
||||
netifaces==0.10.9
|
||||
|
@ -42,7 +42,7 @@ python-jsonrpc-server==0.3.4
|
|||
python-language-server==0.31.9
|
||||
pytz==2019.3
|
||||
regex==2020.11.13
|
||||
requests==2.23.0
|
||||
requests==2.26.0
|
||||
sentry-sdk==1.0.0
|
||||
six==1.14.0
|
||||
toml==0.10.2
|
||||
|
@ -50,7 +50,7 @@ twilio==6.38.1
|
|||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.2
|
||||
ujson==1.35
|
||||
urllib3==1.25.8
|
||||
websockets==8.1
|
||||
urllib3==1.26.5
|
||||
websockets==9.1
|
||||
Werkzeug==1.0.1
|
||||
yarl==1.4.2
|
||||
|
|
Loading…
Reference in a new issue