forked from GrandComicsDatabase/gcd-django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
49 lines (47 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
BeautifulSoup==3.2.1
Django<1.8
MySQL-python==1.2.5
Pillow<2.0
PyICU==1.4
PyYAML==3.10
Pygments==1.5
pytz==2016.6.1
argparse==1.2.1
diff-match-patch==20121119
django-appconf==1.0.2
django-bootstrap3==6.2.2
django-compressor==1.4
django-haystack==2.4.1
django-imagekit<3.0
git+git://github.com/GrandComicsDatabase/django-mobile.git
git+git://github.com/GrandComicsDatabase/django-taggit.git@django16
git+git://github.com/GrandComicsDatabase/django-templatesadmin.git@django17
elasticsearch<2.0
elasticstack==0.3.0
facebook-sdk==2.0
feedparser==5.1.3
ipython==0.13.1
python-dateutil==2.2
python-graph-core==1.8.2
python-memcached==1.48
python-stdnum==1.3
python-vote-core==20120423.0
requests==2.2.1
simplejson==3.4.0
versiontools==1.9.1
wsgiref==0.1.2
# These packages are used in development and testing.
RBTools
flake8
mock
pytest
pytest-django
# These packages are primarily used in production for performance reasons.
# By default their use is not enabled. If you enable them, you may need
# to install other (non-Python-package) software do perform further
# configuration. They are included here to ensure that we catch library
# version dependency interactions.
rq==0.6.0
django-rq==0.8.0
redis==2.10.5
git+git://github.com/mandx/haystack-rqueue.git