-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
56 lines (48 loc) · 1007 Bytes
/
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
## Web Application
dj-database-url==2.2.0
Django==5.1.1
gunicorn==23.0.0
whitenoise==6.7.0
psycopg2-binary==2.9.9
python-dotenv==1.0.1
sentry-sdk==2.15.0
## Utilities
typing_extensions==4.12.2
## Subdependencies
# asgiref==3.8.1
# certifi==2024.8.30
# packaging==24.1
# sqlparse==0.5.1
# urllib3==2.2.3
## Test Dependencies
## Uncomment these for development
# factory_boy==3.3.1
# pytest==8.3.3
# pytest-cov==5.0.0
# pytest-django==4.9.0
# pytest-env==1.1.5
# pytest-flakes==4.0.5
## Test Subdependencies
# coverage==7.6.1
# Faker==30.1.0
# iniconfig==2.0.0
# pluggy==1.5.0
# python-dateutil==2.9.0.post0
# six==1.16.0
## Editing Dependencies (uncomment for VSCode)
# black==24.8.0
# flake8==7.1.1
## Editing Subdependencies
# click==8.1.7
# mccabe==0.7.0
# mypy-extensions==1.0.0
# pathspec==0.12.1
# platformdirs==4.3.6
# pycodestyle==2.12.1
# pyflakes==3.2.0
## Python Environment
pip==24.2
setuptools==75.1.0
wheel==0.44.0
## The following requirements were added by pip freeze:
pillow==10.4.0