-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
52 lines (49 loc) · 1 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.13.2"
aniso8601 = "==9.0.1"
annotated-types = "==0.7.0"
anyio = "==4.4.0"
asn1crypto = "==1.5.1"
blinker = "==1.8.2"
certifi = "==2024.8.30"
click = "==8.1.7"
colorama = "==0.4.6"
distlib = "==0.3.8"
fastapi = "==0.112.0"
filelock = "==3.15.4"
flask = "==3.0.3"
flask-restx = "==1.3.0"
greenlet = "==3.0.3"
h11 = "==0.14.0"
idna = "==3.7"
itsdangerous = "==2.2.0"
jinja2 = "==3.1.4"
mako = "==1.3.5"
markupsafe = "==2.1.5"
pg8000 = "==1.31.2"
pipenv = "==2024.0.1"
platformdirs = "==4.2.2"
pydantic = "==2.8.2"
pydantic-core = "==2.20.1"
python-dateutil = "==2.9.0.post0"
python-dotenv = "==1.0.1"
pytz = "==2024.1"
scramp = "==1.4.5"
six = "==1.16.0"
sniffio = "==1.3.1"
sqlalchemy = "==2.0.32"
starlette = "==0.37.2"
typing-extensions = "==4.12.2"
uvicorn = "==0.30.6"
virtualenv = "==20.26.3"
werkzeug = "==3.0.3"
PyJWT = "==2.9.0"
bcrypt = "==4.2.0"
psycopg = "==3.2.1"
[dev-packages]
[requires]
python_version = "3.12"