-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
63 lines (58 loc) · 1.18 KB
/
Pipfile
File metadata and controls
63 lines (58 loc) · 1.18 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
coverage = "*"
autopep8 = "*"
[packages]
asn1crypto = "==0.24.0"
astroid = "==2.2.5"
bcrypt = "==3.1.6"
cached-property = "==1.5.1"
certifi = "==2019.3.9"
cffi = "==1.12.3"
chardet = "==3.0.4"
cryptography = "==2.6.1"
django-redis = "==4.10.0"
django-registration = "==3.0"
djangorestframework = "==3.9.2"
docker = "==3.7.2"
docker-compose = "==1.24.0"
docker-pycreds = "==0.4.0"
dockerpty = "==0.4.1"
docopt = "==0.6.2"
gunicorn = "==19.9.0"
idna = "==2.7"
isort = "==4.3.17"
jsonschema = "==2.6.0"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
paramiko = "==2.4.2"
psycopg2-binary = "==2.8.2"
pyasn1 = "==0.4.5"
pycparser = "==2.19"
pylint = "==2.3.1"
pytz = "==2019.1"
redis = "==3.2.1"
requests = "==2.20.1"
six = "==1.12.0"
sqlparse = "==0.3.0"
texttable = "==0.9.1"
typed-ast = "==1.3.4"
urllib3 = "==1.24.2"
wrapt = "==1.11.1"
confusable_homoglyphs = "==3.2.0"
Django = "==2.2"
PyNaCl = "==1.3.0"
PyYAML = "==3.13"
SQLAlchemy = "==1.3.3"
websocket_client = "==0.56.0"
python-dotenv = "*"
factory-boy = "*"
watchdog = "*"
boto3 = "*"
django-storages = "*"
[requires]
python_version = "3.7"