We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b46bf commit 8b634f7Copy full SHA for 8b634f7
1 file changed
requirements.txt
@@ -1,13 +1,13 @@
1
# -*- conf-mode -*-
2
coverage>=3.7.1
3
-cssselect>=0.6.1 # for PyQuery
+#cssselect>=0.6.1 # for PyQuery
4
decorator>=3.4.0
5
-defusedxml>=0.4.1 # for TastyPie
+#defusedxml>=0.4.1 # for TastyPie
6
django-bootstrap3>=5.1.1
7
django-widget-tweaks>=1.3
8
docutils>=0.12
9
-lxml>=3.4.0 # for PyQuery
10
-mimeparse>=0.1.3
+#lxml>=3.4.0 # for PyQuery;
+mimeparse>=0.1.3 # for TastPie
11
MySQL-python>=1.2.5
12
pathlib>=1.0
13
pyflakes>=0.8.1
@@ -16,4 +16,5 @@ python-dateutil>=2.2
16
python-magic>=0.4.6
17
pytz>=2014.7
18
six>=1.8.0
19
+django-tastypie>=0.12.1
20
wsgiref>=0.1.2
0 commit comments