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 aiodns==3.0.0
aiofiles==0.4.0 aiofiles==0.7.0
aiohttp==3.6.2 aiohttp==3.7.4.post0
async-timeout==3.0.1 async-timeout==3.0.1
attrs==19.3.0 attrs==21.2.0
certifi==2019.9.11 cffi==1.14.5
cffi==1.13.2 chardet==4.0.0
chardet==3.0.4 decorator==5.0.9
decorator==4.4.1 gevent==21.1.2
h11==0.8.1 greenlet==1.1.0
h2==3.1.1 httptools==0.2.0
hpack==3.0.0 idna==3.2
httpcore==0.3.0 multidict==5.1.0
httptools==0.0.13 pycares==4.0.0
hyperframe==5.2.0 pycparser==2.20
idna==2.8 sanic==21.3.4
idna-ssl==1.1.0 sanic-routing==0.6.2
multidict==4.5.2 six==1.16.0
pycares==3.0.0 typing-extensions==3.10.0.0
pycparser==2.19 ujson==4.0.2
requests==2.22.0 uvloop==0.15.2
requests-async==0.5.0 validators==0.18.2
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
websockets==8.1 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.response import html, json as json_response
from sanic.exceptions import InvalidUsage from sanic.exceptions import InvalidUsage
app = Sanic() app = Sanic(__name__)
# ########################################################################### # # ########################################################################### #
# Rate limit # # Rate limit #