-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
63 lines (59 loc) · 1.25 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==4.1.1"
xhtml2pdf = "==0.2.8"
django-heroku = "==0.3.1"
dj-database-url = "==1.0.0"
psycopg2 = "==2.9.3"
whitenoise = "==6.2.0"
gunicorn = "==20.1.0"
python-decouple = "==3.6"
cloudinary = "==1.30.0"
django-cloudinary-storage = "==0.3.0"
django-ckeditor = "==6.5.1"
arabic-reshaper = "==2.1.4"
asgiref = "==3.5.2"
asn1crypto = "==1.5.1"
certifi = "==2022.9.24"
cffi = "==1.15.1"
charset-normalizer = "==2.1.1"
click = "==8.1.3"
colorama = "==0.4.5"
cryptography = "==38.0.1"
cssselect2 = "==0.7.0"
django-js-asset = "==2.0.0"
future = "==0.18.2"
html5lib = "==1.1"
idna = "==3.4"
lxml = "==4.9.1"
oscrypto = "==1.3.0"
pillow = "==9.2.0"
pycparser = "==2.21"
pyhanko = "==0.14.0"
pyhanko-certvalidator = "==0.19.5"
pypdf3 = "==1.0.6"
python-bidi = "==0.4.2"
pytz = "==2022.2.1"
pytz-deprecation-shim = "==0.1.0.post0"
pyyaml = "==6.0"
qrcode = "==7.3.1"
reportlab = "==3.6.11"
requests = "==2.28.1"
six = "==1.16.0"
sqlparse = "==0.4.3"
svglib = "==1.4.1"
tinycss2 = "==1.1.1"
tqdm = "==4.64.1"
tzdata = "==2022.4"
tzlocal = "==4.2"
uritools = "==4.0.0"
urllib3 = "==1.26.12"
webencodings = "==0.5.1"
[dev-packages]
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true