-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
30 lines (28 loc) · 850 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "~=1.0.1"
django = "~=5.1.4"
py-cord = "~=2.6.0"
django-extensions = "~=3.2.3"
django-rename-app = "~=0.1.7"
django-tables2 = "2.7.0"
django-computedfields = "~=0.2.6"
django-admin-list-filter-dropdown = "~=1.0.3"
configparser = "~=7.1.0"
squareup = "~=38.0.0.20240821"
psycopg2-binary = "~=2.9.9"
gunicorn = "~=23.0.0"
requests = "~=2.32.3"
beautifulsoup4 = "~=4.12.3"
django-more-admin-filters = "*"
tqdm = "*"
djangorestframework = "*"
drf-spectacular = "0.27.2" # need to manually keep track of this dep and keep up to date as minors may have breaking changes for our usecase - see https://drf-spectacular.readthedocs.io/en/latest/readme.html#release-management
django-vite = "*"
django-storages = "*"
pillow = "*"
boto3 = "*"
[dev-packages]