forked from rejuls/Enigma
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbase.txt
More file actions
executable file
·47 lines (30 loc) · 741 Bytes
/
base.txt
File metadata and controls
executable file
·47 lines (30 loc) · 741 Bytes
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
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
# Django
django==1.10.8
# Configuration
django-environ==0.4.1
whitenoise==3.3.0
# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
# Models
django-model-utils==2.6.1
# Images
Pillow==4.0.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.34.0
# Python-PostgreSQL Database Adapter
psycopg2==2.6.2
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2016.10
# Redis support
django-redis==4.7.0
redis>=2.10.5
# Your custom requirements go here