forked from chop-dbhi/varify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
64 lines (49 loc) · 1.23 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
# Core requirements
django>=1.4.12,<1.5
markdown==2.1.1
south==0.8.2
python-memcached==1.48
coverage
raven>=3.3.9
uwsgi
rq>=0.3.8
django-rq>=0.5.1
rq-dashboard>=0.3.1
django-rq-dashboard
requests==2.2.0
# Data models and loader
git+git://github.com/cbmi/varify-data-warehouse.git
# Templatetags for tweaking rendered HTML via form fields and such
django-widget-tweaks
# Database Drivers, the Python stdlib has support for SQLite
psycopg2==2.4.4
# Harvest stack
avocado>=2.3.3,<3.0
serrano>=2.3.4,<3.0
modeltree>=1.1.7
# Harvest extensions
django-haystack==2.0.0
whoosh==2.4.1
openpyxl==1.6.1
django-objectset>=0.2.2
# Site-wide authentication
django-siteauth==0.9b1
# Application registration and moderation
django-registration2==0.9b2
# User-tracking
django-tracking2==0.1.2
# Twitter Bootstrap tags
django-bootstrap-form>=0.5
# VCF loading
pyvcf>=0.6.5
# Permissions
django-guardian==1.0.4
# State Transition System
django-sts==0.7.3
# REDCap API client
pycap==0.8.1
# Model versioning -- use 1.6.6 because that is compatible with django 1.4.5
# See compatibility here: https://github.com/etianen/django-reversion/wiki/Compatible-Django-Versions
django-reversion==1.6.6
# Required for patch generation in reversion
diff-match-patch