Skip to content

Commit

Permalink
Use rq-scheduler from pypi again
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrodob committed Feb 24, 2015
1 parent 3adb63c commit 416f079
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,6 +1,5 @@
--index-url https://pypi.python.org/simple/

-e git+https://github.com/maxcountryman/flask-login.git@13af160b3fd14dfb5f35f9cdc3863771efe194eb#egg=Flask-Login
-e git+https://github.com/PyBossa/rq-scheduler.git@2406f77fa08d465dd5b18801736538686dd24590#egg=rq-scheduler
-e git+https://github.com/PyBossa/rq-dashboard.git#egg=rq-dashboard
-e .
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -36,7 +36,7 @@
"flask-debugtoolbar>=0.9.0, <1.0",
"factory_boy>=2.4.1, <2.5",
"rq>=0.4.6, <0.5",
"rq-scheduler",
"rq-scheduler>=0.5.1, <0.5.2",
"rq-dashboard",
"unidecode>=0.04.16, <0.05",
"mailchimp"
Expand All @@ -53,7 +53,6 @@
# Example:
# dependency_links = ['git+https://github.com/Hypernode/M2Crypto#egg=M2Crypto-0.22.dev'],
dependency_links = ['git+https://github.com/maxcountryman/flask-login.git@13af160b3fd14dfb5f35f9cdc3863771efe194eb#egg=Flask-Login',
'git+https://github.com/PyBossa/rq-scheduler.git@2406f77fa08d465dd5b18801736538686dd24590#egg=rq-scheduler',
'git+https://github.com/PyBossa/rq-dashboard.git#egg=rq-dashboard'],

# metadata for upload to PyPI
Expand Down

0 comments on commit 416f079

Please sign in to comment.