-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
78 lines (75 loc) · 1.79 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==4.1.1"
python-decouple = "==3.6"
pillow = "==9.2.0"
cloudinary = "==1.29.0"
whitenoise = "==6.2.0"
django-cloudinary-storage = "==0.3.0"
coverage = "==6.4.4"
dj-database-url = "==1.0.0"
gunicorn = "==20.1.0"
django-richtextfield = "==1.6.1"
django-ckeditor = "==6.5.1"
django-countries = "==7.3.2"
six = "==1.16.0"
markdown = "==3.4.1"
django-notifications-hq = "==1.7.0"
redis = "==4.3.4"
holidays = "==0.15"
psycopg2-binary = "==2.9.3"
django-heroku = "==0.3.1"
cssutils = "==2.6.0"
beautifulsoup4 = "==4.11.1"
amqp = "==5.1.1"
asgiref = "==3.5.2"
async-timeout = "==4.0.2"
billiard = "==3.6.4.0"
certifi = "==2022.6.15.1"
charset-normalizer = "==2.1.1"
click = "==8.1.3"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.2.0"
colorama = "==0.4.5"
convertdate = "==2.4.0"
deprecated = "==1.2.13"
django-inlinecss = "==0.3.0"
django-js-asset = "==2.0.0"
django-model-utils = "==4.2.0"
django-pipeline = "==2.0.8"
future = "==0.18.2"
hijri-converter = "==2.2.4"
idna = "==3.3"
importlib-metadata = "==4.12.0"
jsonfield = "==3.1.0"
kombu = "==5.2.4"
korean-lunar-calendar = "==0.2.1"
prompt-toolkit = "==3.0.30"
psycopg2 = "==2.9.3"
pycryptodome = "==3.15.0"
pymeeus = "==0.5.11"
pynliner = "==0.8.0"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
python-http-client = "==3.3.6"
pytz = "==2022.2.1"
requests = "==2.28.1"
sendgrid = "==6.9.6"
soupsieve = "==2.3.2.post1"
sqlparse = "==0.4.2"
starkbank-ecdsa = "==2.0.3"
swapper = "==1.3.0"
typing-extensions = "==4.3.0"
tzdata = "==2022.2"
urllib3 = "==1.26.12"
vine = "==5.0.0"
wcwidth = "==0.2.5"
wrapt = "==1.14.1"
zipp = "==3.8.1"
[dev-packages]
[requires]
python_version = "3.9"