Skip to content

Commit 33972db

Browse files
author
japede_imt
committed
Version: updated dependencies
1 parent 1d34cee commit 33972db

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

requirements/ci.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r dev.txt
2-
nosexcover
3-
pep8
4-
pyflakes
5-
flake8
2+
nosexcover>=1.0.10,<2
3+
pep8>=1.6.2,<2
4+
pyflakes>=1.0.0,<2
5+
flake8>=2.5.2,<3

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r dist.txt
2-
mock
3-
django_nose
2+
mock>=1.0.1,<2
3+
django_nose>=1.4.2,<2

requirements/dist.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django<1.5.0
2-
django-admin-ext
3-
django-autoload
4-
django-fields
2+
django-admin-ext>=1.0.2,<2
3+
django-autoload>=0.0.1,<1
4+
django-fields>=0.2.0,<1
55
django-class-registry>=0.0.3
6-
South
6+
South>=0.8.4,<1

0 commit comments

Comments
 (0)