-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
46 lines (45 loc) · 1.35 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
anyio==3.6.1; python_full_version >= '3.6.2'
asgiref==3.5.2; python_version >= '3.7'
bleach==5.0.0
certifi==2022.6.15; python_version >= '3.6'
charset-normalizer==2.0.12; python_version >= '3.5'
click==8.1.3; python_version >= '3.7'
dnspython==2.2.1
email-validator==1.2.1
fastapi[all]==0.78.0
h11==0.13.0; python_version >= '3.6'
httptools==0.4.0
idna==3.3; python_version >= '3.5'
itsdangerous==2.1.2
jinja2==3.1.2
markupsafe==2.1.1; python_version >= '3.7'
# numpy==1.23.0rc3
# opencv-python==4.6.0.66
orjson==3.7.2
pydantic==1.9.1; python_full_version >= '3.6.1'
pyjwt==2.4.0; python_version >= '3.6'
pymongo[srv]==4.1.1
python-dotenv==0.20.0
python-multipart==0.0.5
pytz==2022.1
pyyaml==6.0
requests==2.28.0; python_version >= '3.7' and python_version < '4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
starlette==0.19.1; python_version >= '3.6'
twilio==7.9.3
typing-extensions==4.2.0; python_version >= '3.7'
ujson==5.3.0
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
uvicorn[standard]==0.17.6
uvloop==0.16.0
watchgod==0.8.2
webencodings==0.5.1
websockets==10.3