-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
65 lines (65 loc) · 2.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
-i https://pypi.org/simple
aiohttp==3.9.0; python_version >= '3.8'
aioresponses==0.7.6
aiosignal==1.3.1; python_version >= '3.7'
annotated-types==0.6.0; python_version >= '3.8'
anyio==3.7.1; python_version >= '3.7'
async-timeout==4.0.3; python_version >= '3.7'
asyncpg==0.29.0
attrs==23.1.0; python_version >= '3.7'
blinker==1.6.3; python_version >= '3.7'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
coverage[toml]==7.3.2; python_version >= '3.8'
databases[postgresql]==0.8.0; python_version >= '3.7'
distlib==0.3.7
exceptiongroup==1.1.3; python_version >= '3.7'
fastapi==0.104.0; python_version >= '3.8'
filelock==3.13.1; python_version >= '3.8'
flask==3.0.0; python_version >= '3.8'
frozenlist==1.4.0; python_version >= '3.8'
greenlet==3.0.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0; python_version >= '3.7'
httpcore==1.0.2; python_version >= '3.8'
httpx==0.25.1; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
markupsafe==2.1.3; python_version >= '3.7'
multidict==6.0.4; python_version >= '3.7'
mypy==1.6.1; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pipenv==2023.11.15; python_version >= '3.8'
platformdirs==4.1.0; python_version >= '3.8'
pluggy==1.3.0; python_version >= '3.8'
psycopg2-binary==2.9.9; python_version >= '3.7'
pydantic==2.4.2; python_version >= '3.7'
pydantic-core==2.10.1; python_version >= '3.7'
pydantic-settings==2.2.1; python_version >= '3.8'
pydentic==0.0.1.dev3; python_full_version >= '3.6.1'
pytest==7.4.3; python_version >= '3.7'
pytest-asyncio==0.21.1; python_version >= '3.7'
pytest-cov==4.1.0; python_version >= '3.7'
python-dotenv==1.0.1; python_version >= '3.8'
python-stdnum==1.19
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
responses==0.24.1; python_version >= '3.8'
setuptools==69.1.1; python_version >= '3.8'
sniffio==1.3.0; python_version >= '3.7'
sqlalchemy==1.4.51; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
starlette==0.27.0; python_version >= '3.7'
tomli==2.0.1; python_version >= '3.7'
typing-extensions==4.8.0; python_version >= '3.8'
urllib3==2.1.0; python_version >= '3.8'
uvicorn==0.23.2; python_version >= '3.8'
virtualenv==20.25.0; python_version >= '3.7'
werkzeug==3.0.1; python_version >= '3.8'
yarl==1.9.3; python_version >= '3.7'
aioredis==2.0.1
isort==5.13.2
black==24.2.0
flake8==7.0.0