-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
81 lines (78 loc) · 1.63 KB
/
Pipfile
File metadata and controls
81 lines (78 loc) · 1.63 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
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
amqp = "==5.1.1"
billiard = "==4.1.0"
cachetools = "==5.3.2"
certifi = "==2023.7.22"
cffi = "==1.16.0"
charset-normalizer = "==3.3.1"
click = "==8.1.7"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
colorama = "==0.4.6"
contourpy = "==1.0.7"
couchdb = "==1.2"
crispy-bootstrap4 = "==2022.1"
cryptography = "==41.0.5"
cycler = "==0.11.0"
defusedxml = "==0.7.1"
django-appconf = "==1.0.5"
django-bootstrap-modal-forms = "==3.0.4"
django-compressor = "==4.4"
django-crispy-forms = "==2.0"
django-crontab = "==0.7.1"
django-libsass = "==0.9"
django-taggit = "==4.0.0"
django-timezone-field = "==6.0.1"
djangorestframework = "==3.14.0"
fonttools = "==4.39.4"
httplib2 = "==0.22.0"
idna = "==3.4"
kiwisolver = "==1.4.4"
kombu = "==5.3.2"
libsass = "==0.22.0"
oauthlib = "==3.2.2"
packaging = "==23.1"
pillow = "==9.5.0"
prompt-toolkit = "==3.0.39"
psycopg2 = "==2.9.6"
pyasn1 = "==0.5.0"
pyasn1-modules = "==0.3.0"
pycparser = "==2.21"
pyjwt = "==2.8.0"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
python3-openid = "==3.2.0"
pytz = "==2023.3"
rcssmin = "==1.1.1"
redis = "==5.0.1"
requests = "==2.31.0"
requests-oauthlib = "==1.3.1"
rjsmin = "==1.2.1"
rsa = "==4.9"
six = "==1.16.0"
sqlparse = "==0.4.4"
tzdata = "==2023.3"
urllib3 = "==2.0.7"
vine = "==5.0.0"
wcwidth = "==0.2.8"
icecream = "*"
flower = "*"
django-cron = "*"
python-decouple = "*"
pycouchdb = "*"
discord = "*"
django-ajax = "*"
psycopg2-binary = "*"
django = "==4.2.11"
celery = "5.3.4"
[dev-packages]
pre-commit = "*"
isort = "*"
black = "*"
[requires]
python_version = "3.12"