-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
30 lines (29 loc) · 1.08 KB
/
Copy pathrequirements.txt
File metadata and controls
30 lines (29 loc) · 1.08 KB
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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
anyio==3.4.0; python_full_version >= '3.6.2'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.10.8
charset-normalizer==2.0.10; python_version >= '3'
fastapi==0.70.1
idna==3.3; python_version >= '3'
iniconfig==1.1.1
packaging==21.3; python_version >= '3.6'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pydantic==1.9.0; python_full_version >= '3.6.1'
pyparsing==3.0.6; python_version >= '3.6'
pytest==7.0.0rc1
requests==2.27.1
sniffio==1.2.0; python_version >= '3.5'
sqlalchemy2-stubs==0.0.2a19; python_version >= '3.6'
sqlalchemy==1.4.29
sqlmodel==0.0.6
starlette==0.16.0; python_version >= '3.6'
tomli==2.0.0; python_version >= '3.7'
typing-extensions==4.0.1; python_version >= '3.6'
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'