mirror of
https://github.com/the1024club/the1024.club.git
synced 2026-07-06 03:59:23 +00:00
skeleton for sanic
This commit is contained in:
31
requirements.txt
Normal file
31
requirements.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
aiofiles==0.5.0
|
||||
aiosqlite==0.12.0
|
||||
astroid==2.4.0
|
||||
autopep8==1.5.2
|
||||
certifi==2020.4.5.1
|
||||
chardet==3.0.4
|
||||
databases==0.3.2
|
||||
h11==0.8.1
|
||||
h2==3.2.0
|
||||
hpack==3.0.0
|
||||
hstspreload==2020.4.28
|
||||
httptools==0.1.1
|
||||
httpx==0.9.3
|
||||
hyperframe==5.2.0
|
||||
idna==2.9
|
||||
isort==4.3.21
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
multidict==4.7.5
|
||||
pycodestyle==2.5.0
|
||||
pylint==2.5.0
|
||||
rfc3986==1.4.0
|
||||
sanic==19.12.2
|
||||
six==1.14.0
|
||||
sniffio==1.1.0
|
||||
SQLAlchemy==1.3.16
|
||||
toml==0.10.0
|
||||
ujson==2.0.3
|
||||
uvloop==0.14.0
|
||||
websockets==8.1
|
||||
wrapt==1.12.1
|
||||
Reference in New Issue
Block a user