forked from vmesel/PyJobs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
49 lines (45 loc) · 809 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
coverage = "*"
ipdb = "*"
ipython = "*"
isort = "*"
model-mommy = "*"
nose = "*"
responses = "*"
[packages]
dj-database-url = "*"
Django = "<2.0.0"
django-appconf = "*"
django-bootstrap3 = "*"
django-cities = "*"
django-extensions = "*"
django-filter = "*"
django-material = "*"
django-model-utils = "*"
django-recaptcha = "*"
Django-Select2 = "<7.0.0"
django-widget-tweaks = "*"
gunicorn = "*"
mailchimp3 = "*"
psycopg2-binary = "*"
python-dateutil = "*"
python-decouple = "*"
python-telegram-bot = "*"
pytz = "*"
raven = "*"
requests = "*"
restless = "*"
sendgrid = "*"
sendgrid-django = "*"
tqdm = "*"
whitenoise = "*"
pillow = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true