-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
66 lines (32 loc) · 1.09 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
#
# 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'
async-timeout==4.0.2; python_version >= '3.6'
click==8.1.3; python_version >= '3.7'
colorama==0.4.5
commonmark==0.9.1
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
fastapi==0.79.0
h11==0.13.0; python_version >= '3.6'
httptools==0.4.0
idna==3.3; python_version >= '3.5'
packaging==21.3; python_version >= '3.6'
pydantic==1.9.1; python_full_version >= '3.6.1'
pygments==2.12.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dotenv==0.20.0
pyyaml==6.0
redis==4.3.4
rich==12.5.1
sniffio==1.2.0; python_version >= '3.5'
starlette==0.19.1; python_version >= '3.6'
typing-extensions==4.3.0; python_version >= '3.7'
uvicorn[standard]==0.18.2
watchfiles==0.16.1
websockets==10.3
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'