-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (38 loc) · 800 Bytes
/
Pipfile
File metadata and controls
42 lines (38 loc) · 800 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.12"
[dev-packages]
django-debug-toolbar = "*"
black = "*"
selenium = "*"
factory_boy = "*"
typing-extensions = "*"
beautifulsoup4 = "*"
coverage = "*"
werkzeug = "*"
faker = "*"
[packages]
django-extensions = "*"
django-crispy-forms = "==1.14.0"
django-money = "*"
openpyxl = "*"
django-environ = "*"
sorl-thumbnail = "*"
python-memcached = "*"
django-gulp = "*"
django-ckeditor = "*"
django-filter = "*"
rules = "*"
Django = "*"
Pillow = "*"
django-mptt = "*"
django-mptt-admin = "*"
django-admin-sortable = {git = "https://github.com/gafderks/django-admin-sortable"}
pymemcache = "*"
gunicorn = "*"
psycopg = {extras = ["binary", "pool"], version = "*"}
[pipenv]
allow_prereleases = true