Update dependencies

This commit is contained in:
Kay0u 2021-06-17 17:32:13 +02:00
parent fc5d56d893
commit 7f5908f753
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 25 additions and 32 deletions

View file

@ -1,33 +1,26 @@
aiodns==2.0.0
aiofiles==0.4.0
aiohttp==3.6.2
aiodns==3.0.0
aiofiles==0.7.0
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==19.3.0
certifi==2019.9.11
cffi==1.13.2
chardet==3.0.4
decorator==4.4.1
h11==0.8.1
h2==3.1.1
hpack==3.0.0
httpcore==0.3.0
httptools==0.0.13
hyperframe==5.2.0
idna==2.8
idna-ssl==1.1.0
multidict==4.5.2
pycares==3.0.0
pycparser==2.19
requests==2.22.0
requests-async==0.5.0
rfc3986==1.3.2
sanic==19.9.0
six==1.13.0
typing==3.7.4.1
typing-extensions==3.7.4.1
ujson==1.35
urllib3==1.25.8
uvloop==0.14.0
validators==0.14.0
attrs==21.2.0
cffi==1.14.5
chardet==4.0.0
decorator==5.0.9
gevent==21.1.2
greenlet==1.1.0
httptools==0.2.0
idna==3.2
multidict==5.1.0
pycares==4.0.0
pycparser==2.20
sanic==21.3.4
sanic-routing==0.6.2
six==1.16.0
typing-extensions==3.10.0.0
ujson==4.0.2
uvloop==0.15.2
validators==0.18.2
websockets==8.1
yarl==1.3.0
yarl==1.6.3
zope.event==4.5.0
zope.interface==5.4.0

View file

@ -10,7 +10,7 @@ from sanic.log import logger
from sanic.response import html, json as json_response
from sanic.exceptions import InvalidUsage
app = Sanic()
app = Sanic(__name__)
# ########################################################################### #
# Rate limit #