-
Notifications
You must be signed in to change notification settings - Fork 500
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (52 loc) · 1.01 KB
/
requirements.txt
File metadata and controls
52 lines (52 loc) · 1.01 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.piptools
#
alembic==1.13.0
# via -r requirements.piptools
blinker==1.7.0
# via flask
click==8.1.7
# via flask
dnspython==2.4.2
# via pymongo
flask==3.0.0
# via -r requirements.piptools
itsdangerous==2.1.2
# via flask
jinja2==3.1.5
# via flask
mako==1.3.0
# via alembic
markupsafe==2.1.3
# via
# jinja2
# mako
# werkzeug
mongoengine==0.27.0
# via -r requirements.piptools
passlib==1.7.4
# via -r requirements.piptools
progressbar2==4.2.0
# via -r requirements.piptools
pymongo==4.6.1
# via mongoengine
python-dateutil==2.8.2
# via -r requirements.piptools
python-utils==3.8.1
# via progressbar2
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.23
# via
# -r requirements.piptools
# alembic
typing-extensions==4.9.0
# via
# alembic
# python-utils
# sqlalchemy
werkzeug==3.0.1
# via flask