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.
2 parents 1d34cee + 33972db commit fccac0aCopy full SHA for fccac0a
requirements/ci.txt
@@ -1,5 +1,5 @@
1
-r dev.txt
2
-nosexcover
3
-pep8
4
-pyflakes
5
-flake8
+nosexcover>=1.0.10,<2
+pep8>=1.6.2,<2
+pyflakes>=1.0.0,<2
+flake8>=2.5.2,<3
requirements/dev.txt
@@ -1,3 +1,3 @@
-r dist.txt
-mock
-django_nose
+mock>=1.0.1,<2
+django_nose>=1.4.2,<2
requirements/dist.txt
@@ -1,6 +1,6 @@
django<1.5.0
-django-admin-ext
-django-autoload
-django-fields
+django-admin-ext>=1.0.2,<2
+django-autoload>=0.0.1,<1
+django-fields>=0.2.0,<1
django-class-registry>=0.0.3
6
-South
+South>=0.8.4,<1
0 commit comments