-
- Downloads
Update requirements.txt
aiohttp==3.8.1 | aiohttp==3.8.1 | ||
aioredis==1.3.1 | aioredis==1.3.1 | ||
aiosignal==1.2.0 | aiosignal==1.2.0 | ||
asgiref==3.5.0 | asgiref==3.6.0 | ||
async-timeout==4.0.2 | async-timeout==4.0.2 | ||
attrs==21.4.0 | attrs==21.4.0 | ||
autobahn==22.3.2 | autobahn==23.1.1 | ||
Automat==20.2.0 | Automat==20.2.0 | ||
certifi==2022.12.7 | |||
cffi==1.15.0 | cffi==1.15.0 | ||
channels==3.0.4 | channels==4.0.0 | ||
channels-redis==3.4.0 | channels-redis==4.0.0 | ||
charset-normalizer==2.0.12 | charset-normalizer==2.0.12 | ||
constantly==15.1.0 | constantly==15.1.0 | ||
cryptography==37.0.0 | cryptography==37.0.0 | ||
cycler==0.11.0 | cycler==0.11.0 | ||
daphne==3.0.2 | daphne==4.0.0 | ||
Django==4.0.7 | Django==4.1.5 | ||
fonttools==4.33.3 | fonttools==4.33.3 | ||
frozenlist==1.3.0 | frozenlist==1.3.0 | ||
hiredis==2.0.0 | hiredis==2.0.0 | ||
... | @@ -28,7 +29,7 @@ msgpack==1.0.3 | ... | @@ -28,7 +29,7 @@ msgpack==1.0.3 |
multidict==6.0.2 | multidict==6.0.2 | ||
numpy==1.22.3 | numpy==1.22.3 | ||
packaging==21.3 | packaging==21.3 | ||
Pillow==9.1.1 | Pillow==9.4.0 | ||
pyasn1==0.4.8 | pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | pyasn1-modules==0.2.8 | ||
pycparser==2.21 | pycparser==2.21 | ||
... | @@ -36,16 +37,17 @@ pyOpenSSL==22.0.0 | ... | @@ -36,16 +37,17 @@ pyOpenSSL==22.0.0 |
pyparsing==3.0.8 | pyparsing==3.0.8 | ||
python-dateutil==2.8.2 | python-dateutil==2.8.2 | ||
python-dotenv==0.20.0 | python-dotenv==0.20.0 | ||
redis==4.4.2 | |||
requests==2.28.2 | |||
service-identity==21.1.0 | service-identity==21.1.0 | ||
six==1.16.0 | six==1.16.0 | ||
sqlparse==0.4.2 | sqlparse==0.4.2 | ||
Twisted==22.4.0 | Twisted==22.10.0 | ||
twitchio==2.2.0 | twitchio==2.5.0 | ||
txaio==22.2.1 | txaio==22.2.1 | ||
typing-extensions==4.2.0 | typing_extensions==4.2.0 | ||
urllib3==1.26.14 | |||
websockets==10.3 | websockets==10.3 | ||
wordcloud==1.8.1 | wordcloud==1.8.1 | ||
yarl==1.7.2 | yarl==1.7.2 | ||
zope.interface==5.4.0 | zope.interface==5.4.0 | ||
requests | |||
redis | |||
\ No newline at end of file |
Please register or sign in to comment