Skip to content

Commit

Permalink
use misfit 0.1.0 from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Dec 19, 2014
1 parent c9855ed commit de3a077
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
celery>=3.1.0,<=3.2.0
misfit
misfit>=0.1.0,<=0.2.0
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
author_email="bpitcher@orcasinc.com",
packages=find_packages(),
install_requires=["setuptools"] + required,
dependency_links=[
'https://github.com/orcasgit/python-misfit/archive/master.zip#egg=misfit-0.0.1'
],
include_package_data=True,
url="https://github.com/orcasgit/django-misfit/",
license="License :: OSI Approved :: Apache Software License",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist = pypy-trunk,pypy-1.7.X,pypy-1.6.X,pypy-1.4.X,py34-trunk,py34-1.7.X,py34
[testenv]
commands = {envpython} run_tests.py
deps = -r{toxinidir}/requirements/test.txt
https://github.com/orcasgit/python-misfit/archive/master.zip

[djangotrunk]
deps = https://github.com/django/django/archive/master.zip
Expand Down

0 comments on commit de3a077

Please sign in to comment.