-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
46 lines (44 loc) · 1.23 KB
/
Pipfile
File metadata and controls
46 lines (44 loc) · 1.23 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "~=1.0.1"
django = "~=5.1.15"
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-storages = "*"
pillow = "*"
boto3 = "*"
async-timeout = "*"
django-multiselectfield = "*"
django-colorfield = "*"
platformdirs = "*"
fastapi = {extras = ["standard"], version = "*"}
[dev-packages]
types-beautifulsoup4 = "*"
types-requests = "*"
django-types = "*"
django-stubs-ext = "*"
ruff = "*"
pylint = "*"
pylint-django = "*"
pylint-per-file-ignores = "*"
mypy = "*"
django-stubs = "*"
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "*"}
types-markdown = "*"