We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3976b commit 7e54d96Copy full SHA for 7e54d96
1 file changed
requirements.txt
@@ -1,14 +1,14 @@
1
# -*- conf-mode -*-
2
setuptools>=18.5 # Require this first, to prevent later errors
3
#
4
-beautifulsoup4>=4.5.1
+beautifulsoup4>=4.4
5
bibtexparser>=0.6.2
6
coverage>=4.0.1,!=4.0.2
7
#cssselect>=0.6.1 # for PyQuery
8
decorator>=3.4.0
9
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
10
Django>=1.9,<1.10
11
-django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
+django-bootstrap3>=7.0
12
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
13
django-markup>=1.1
14
django-tastypie>=0.13.1
0 commit comments