-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
61 lines (61 loc) · 1.25 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
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
alembic==1.13.1
# via negotiator (pyproject.toml)
blinker==1.9.0
# via flask
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via flask
flask==3.0.3
# via negotiator (pyproject.toml)
gunicorn==22.0.0
# via negotiator (pyproject.toml)
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.5
# via flask
mako==1.3.9
# via alembic
markupsafe==3.0.2
# via
# jinja2
# mako
# werkzeug
mypy==1.10.0
# via negotiator (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
packaging==24.2
# via gunicorn
psycopg2-binary==2.9.9
# via negotiator (pyproject.toml)
pyyaml==6.0.2
# via responses
requests==2.32.3
# via
# negotiator (pyproject.toml)
# responses
responses==0.25.2
# via negotiator (pyproject.toml)
sqlalchemy==2.0.38
# via alembic
types-requests==2.32.0.20240602
# via negotiator (pyproject.toml)
typing-extensions==4.12.2
# via
# alembic
# mypy
# sqlalchemy
urllib3==2.3.0
# via
# requests
# responses
# types-requests
werkzeug==3.1.3
# via flask