Skip to content

Commit 13502fc

Browse files
committed
Updated requirements.txt to the same as pipfile.lock
1 parent 4bf7edb commit 13502fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
2-
aiofiles==0.8.0; python_version >= '3.6' and python_version < '4.0'
2+
aiofiles==22.1.0; python_version >= '3.7' and python_version < '4.0'
33
dnspython==2.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4-
httptools==0.4.0; python_full_version >= '3.5.0'
4+
httptools==0.5.0; python_full_version >= '3.5.0'
55
jinja2==3.1.2
66
markupsafe==2.1.1; python_version >= '3.7'
77
motor==3.0.0
@@ -13,6 +13,6 @@ python-dotenv==0.18.0
1313
sanic==22.6.2
1414
sanic-routing==22.3.0
1515
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
16-
ujson==5.4.0; sys_platform != 'win32' and implementation_name == 'cpython'
17-
uvloop==0.16.0; sys_platform != 'win32' and implementation_name == 'cpython'
16+
ujson==5.5.0; sys_platform != 'win32' and implementation_name == 'cpython'
17+
uvloop==0.17.0; sys_platform != 'win32' and implementation_name == 'cpython'
1818
websockets==10.3; python_version >= '3.7'

0 commit comments

Comments
 (0)