-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
86 lines (82 loc) · 1.8 KB
/
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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ruff = "*"
ipdb = "*"
pre-commit = "*"
pytest-mock = "*"
splinter = {extras = [ "django",], version = "*"}
pytest-circleci-parallelized = "*"
django-debug-toolbar = "*"
pytest-xdist = "*"
django-rosetta = "*"
djlint = "*"
pytest-factoryboy = "*"
faker = "*"
django-webtest = "*"
django-deep-translator = "*"
pytest-socket = "*"
[packages]
coreapi = "*"
Django = "==4.2.16"
django-admin-autocomplete-filter = {editable = true, ref = "pre_release", git = "https://github.com/farhan0581/django-admin-autocomplete-filter.git"}
django-admin-list-filter-dropdown = "*"
django-autoslug = "*"
django-better-admin-arrayfield = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
crispy-bootstrap5 = "*"
django-extensions = "*"
django-import-export = "*"
django-logentry-admin = "*"
django-registration = "*"
django-reversion = "==5.1.0"
djangorestframework = "*"
djangorestframework-gis = "*"
django-waffle = "*"
frictionless = "==5.17.0"
fuzzywuzzy = "*"
ipython = "*"
Markdown = "*"
phonenumbers = "*"
psycopg2 = "*"
psycopg2-binary = "*"
pytest-django = "*"
python-levenshtein = "*"
python-stdnum = "*"
PyYAML = "*"
requests = "*"
sentry-sdk = "*"
uuid = "*"
ijson = "*"
gunicorn = "*"
dj-static = "*"
image = "*"
redis = "===5.2.0"
async_timeout = "*"
sib-api-v3-sdk = "*"
celery = "*"
pandas = "*"
django-maintenance-mode = "*"
djangorestframework-api-key = "*"
django-modeltranslation = "*"
better-profanity = "*"
django-environ = "*"
deepl = "*"
django-filter = "*"
geopy = "*"
outscraper = "*"
scrapfly-sdk = "*"
parsel = "*"
schedule = "*"
inflection = "*" # Used by DRF but not in its dependencies
django-admin-two-factor = "*"
django-csp = "*"
colorama = "*"
boto3 = "*"
[requires]
python_version = "3.11"
[pipenv]
allow_prereleases = false