-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
75 lines (72 loc) · 1.49 KB
/
Pipfile
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
66
67
68
69
70
71
72
73
74
75
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.9.0"
aioresponses = "==0.7.6"
aiosignal = "==1.3.1"
annotated-types = "==0.6.0"
anyio = "==3.7.1"
async-timeout = "==4.0.3"
attrs = "==23.1.0"
blinker = "==1.6.3"
certifi = "==2023.11.17"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
coverage = "==7.3.2"
distlib = "==0.3.7"
exceptiongroup = "==1.1.3"
fastapi = "==0.104.0"
filelock = "==3.13.1"
flask = "==3.0.0"
frozenlist = "==1.4.0"
h11 = "==0.14.0"
httpcore = "==1.0.2"
httpx = "==0.25.1"
idna = "==3.4"
iniconfig = "==2.0.0"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
markupsafe = "==2.1.3"
multidict = "==6.0.4"
mypy = "==1.6.1"
mypy-extensions = "==1.0.0"
packaging = "==23.2"
pipenv = "==2023.11.15"
platformdirs = "==4.1.0"
pluggy = "==1.3.0"
pydantic = "==2.4.2"
pydantic-core = "==2.10.1"
pydentic = "==0.0.1.dev3"
pytest = "==7.4.3"
pytest-asyncio = "==0.21.1"
pytest-cov = "==4.1.0"
python-stdnum = "==1.19"
pyyaml = "==6.0.1"
requests = "==2.31.0"
responses = "==0.24.1"
sniffio = "==1.3.0"
starlette = "==0.27.0"
tomli = "==2.0.1"
typing-extensions = "==4.8.0"
urllib3 = "==2.1.0"
uvicorn = "==0.23.2"
virtualenv = "==20.25.0"
werkzeug = "==3.0.1"
yarl = "==1.9.3"
pydantic_settings = "==2.2.1"
sqlalchemy = "*"
psycopg2-binary = "*"
databases = {extras = ["postgresql"], version = "*"}
aioredis = "*"
python-snappy = "*"
[dev-packages]
alembic = "*"
aiosqlite = "*"
isort = "*"
black = "*"
flake8 = "*"
pre-commit = "*"
[requires]
python_version = "3.10"