-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
98 lines (95 loc) · 2.35 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
name = "pypi"
[requires]
python_version = "3.7.4"
[packages]
"boto3" = "==1.9.5"
django = "==2.2.28"
django-appconf = "==1.0.2"
django-compressor = "==2.2"
django-constance = {version = "==2.3.0",extras = ["database"]}
django-storages = "==1.7.1"
django-extensions = "==2.1.2"
django-health-check = "==3.7.0"
django-kaio = "==0.13.0"
django-configurations = "==2.2"
django-logentry-admin = "==1.0.4"
django-redis = "==4.10.0"
django-robots = "==3.1.0"
django-yubin = "==1.7.1"
pytz = "==2018.5"
redis = "==3.2.0"
raven = "==6.9.0"
uwsgi = "==2.0.18"
uwsgi-tools = "==1.1.1"
django-migration-checker = "==0.4.3"
djangorestframework = "==3.9.2"
markdown = "==3.1"
django-filter = "==2.1.0"
django-tables2 = "==2.0.6"
tablib = "==0.13.0"
django-extra-views = "==0.12.0"
django-modeltranslation = "==0.13.3"
drf-yasg = "==1.13.0"
swagger-spec-validator = "==2.4.3"
jsonschema = "==3.0.1"
django-cors-headers = "==2.5.2"
django-prometheus = "==1.0.15"
django-picklefield = "==1.1.0"
django-safedelete = "==0.5.1"
django-ordered-model = "==3.1.1"
eradicate = "==0.2"
shortuuid = "==0.5.0"
celery = "==4.3"
django-celerybeat-status = "==0.0.10"
django-mptt = "==0.9.1"
django-solo = "==1.1.3"
"flake8" = "==3.6.0"
django-cachalot = "==2.3.0"
django-celery-results = "==1.0.4"
django-timezone-field = "==3.1"
django-celery-beat = "==1.5.0"
geopy = "==1.19"
utm = "==0.4.2"
django-minio-storage = "==0.2.2"
minio= "==5.0.5"
django-rosetta = "==0.9.3"
drf-chunked-upload = "==0.4.2"
drf-renderer-xlsx = "==0.3.3"
kombu = "==4.6.6"
beautifulsoup4 = "==4.8.1"
xmlschema = "==1.0.16"
tweepy="==3.8.0"
django-extra-fields = "==2.0.2"
pypdf2 = "==1.26.0"
docx2txt = "==0.8"
babel = "==2.8.0"
flower = "==0.9.5"
kafka-python = "==2.0.1"
pysftp = "==0.2.9"
social-auth-app-django = "==5.0.0"
rest-social-auth = "==7.0.0"
psycopg2-binary = "==2.8.6"
python-jose = "==3.3.0"
[dev-packages]
pytest = "==3.10"
pytest-cache = "==1.0"
pytest-checkipdb = "==0.3.5"
pytest-django = "==3.4.4"
pytest-eradicate = "==0.0.3"
pytest-flake8 = "==1.0.2"
pytest-splinter = "==2.0.0"
pytest-sugar = "==0.9.2"
pytest-xdist = "==1.24.1"
django-debug-toolbar = "==1.11"
ipdb = "==0.13.9"
whitenoise = "==4.1.2"
model-mommy = "==1.6.0"
mock = "==2.0.0"
hypothesis = "==3.83.1"
pytest-cov = "==2.6.0"
yapf = "==0.25.0"
pillow = "==6.2.1"
flake8-cognitive-complexity = "==0.1.0"