Skip to content

Prod Deploy #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r dev.txt
nosexcover
pep8
pyflakes
flake8
nosexcover>=1.0.10,<2
pep8>=1.6.2,<2
pyflakes>=1.0.0,<2
flake8>=2.5.2,<3
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r dist.txt
mock
django_nose
mock>=1.0.1,<2
django-nose>=1.4.2,<2
8 changes: 4 additions & 4 deletions requirements/dist.txt
Original file line number Diff line number Diff line change
@@ -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
South
South>=0.8.4,<1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="django-dynamic-rules",
version="1.0.2",
version="1.0.3",
author="IMT Computer Services",
author_email="[email protected]",
description="Allows you to create dynamic rules related to a particular model",
Expand Down
Loading