-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathPipfile
More file actions
79 lines (76 loc) · 1.64 KB
/
Pipfile
File metadata and controls
79 lines (76 loc) · 1.64 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
amqp = "==2.6.0"
arrow = "==0.15.8"
asgiref = "==3.2.10"
attrs = "==19.3.0"
billiard = "==3.6.3.0"
blessed = "==1.17.9"
boto3 = "==1.14.12"
botocore = "==1.17.12"
celery = "==4.4.6"
certifi = "==2020.6.20"
cffi = "==1.14.1"
chardet = "==3.0.4"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
cryptography = "==3.0"
dj-database-url = "==0.5.0"
django-admin-honeypot = "==1.1.0"
django-bouncy = "==0.2.8"
django-cors-headers = "==3.4.0"
django-picklefield = "==3.0.1"
django-q = "==1.3.2"
django-rest-auth = "==0.9.5"
django-rest-framework = "==0.1.0"
django-ses = "==1.0.1"
djangorestframework = "==3.11.0"
docutils = "==0.15.2"
drf-yasg = "==1.17.1"
future = "==0.18.2"
gunicorn = "==20.0.4"
idna = "==2.10"
importlib-metadata = "==1.7.0"
inflection = "==0.5.0"
iniconfig = "==1.0.1"
itypes = "==1.2.0"
jmespath = "==0.10.0"
kombu = "==4.6.11"
more-itertools = "==8.4.0"
pem = "==20.1.0"
pluggy = "==0.13.1"
psycopg2 = "==2.8.5"
py = "==1.9.0"
pycparser = "==2.20"
pyparsing = "==2.4.7"
pytest = "==6.0.1"
python-dateutil = "==2.8.1"
python-dotenv = "==0.13.0"
python-http-client = "==3.2.7"
pytz = "==2020.1"
requests = "==2.24.0"
"ruamel.yaml" = "==0.16.10"
"ruamel.yaml.clib" = "==0.2.0"
s3transfer = "==0.3.3"
sendgrid = "==6.4.1"
six = "==1.15.0"
sqlparse = "==0.3.1"
starkbank-ecdsa = "==1.0.0"
toml = "==0.10.1"
uritemplate = "==3.0.1"
urllib3 = "==1.25.9"
vine = "==1.3.0"
wcwidth = "==0.2.5"
whitenoise = "==5.1.0"
zipp = "==3.1.0"
Django = "==3.0.7"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
Pillow = "==7.2.0"
pyOpenSSL = "==19.1.0"
[requires]
python_version = "3.6"