-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
97 lines (89 loc) · 1.92 KB
/
requirements.txt
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
#########################
## BASE PACKAGES ##
#########################
pytz==2019.3
python-slugify==4.0.0
Pillow==7.2.0
argon2-cffi==19.2.0
whitenoise==4.1.4
redis==3.4.1
celery==4.4.0 # pyup: < 5.0
django-celery-beat==1.6.0
django-environ==0.4.5
django-model-utils==4.0.0
django-allauth==0.41.0
django-crispy-forms==1.8.1
django-redis==4.11.0
graphene-django==2.6.0
graphene-django-optimizer==0.6.0
graphene-file-upload==1.2.2
djangorestframework==3.12.1
coreapi==2.3.3
django-cors-headers==3.1.0
attrs==19.1.0
tqdm==4.50.0
cx-Oracle==7.2.2
pandas==0.25.1
PyVCF==0.6.8
phonenumbers==8.10.18
networkx==2.3
freezegun==0.3.12
flower==0.9.3
beautifulsoup4==4.8.1
mysqlclient==2.0.1
django-admin-rangefilter==0.5.0
django-appconf==1.0.3
django-countries==5.4
django-filter==2.4.0
django-oauth-toolkit==1.2.0
django-python3-ldap==0.11.2
django-reversion==3.0.4
django-silk==3.0.4
django-smoketest==1.1.0
djangorestframework-jwt==1.11.0
django-rest-auth==0.9.5
# Ignored version upgrades
# Newer version break and need to be tested
pronto==0.12.2 # pyup: ignore
Django==2.2.14 # pyup: ignore
django-phonenumber-field==2.3.1 # pyup: ignore
############################
## TESTING PACKAGES ##
############################
Werkzeug==1.0.1
ipdb==0.12.2
Sphinx==3.0.4
psycopg2-binary==2.8.4
mypy==0.740
pytest==5.3.0
pytest-sugar==0.9.2
mock==3.0.5
tox==3.14.0
codecov==2.0.15
pytest-cov==2.7.1
pytest-randomly==3.1.0
autopep8==1.4.4
flake8==3.7.8
coverage==4.5.4
black==19.10b0
pylint-django==2.0.13
pylint-celery==0.3
pre-commit==1.20.0
factory-boy==2.12.0
django-debug-toolbar==2.1
django-extensions==2.2.9
pytest-django==3.7.0
django-coverage-plugin==1.6.0
invoke==1.3.0
model-bakery==1.2.0
django-test-plus==1.3.1
bandit==1.6.2
safety==1.8.5
###############################
## PRODUCTION PACKAGES ##
###############################
gunicorn==20.0.3
psycopg2==2.8.3
sentry-sdk==0.13.3
sphinx-server==0.1.0
django-anymail[mailgun]==7.0.0