Skip to content

Commit

Permalink
Merge branch 'update-dependencies' of 'https://github.com/valeriocos/…
Browse files Browse the repository at this point in the history
…arthur'

Merges #95
Closes #95
Fixes #90
  • Loading branch information
sduenas committed Oct 23, 2019
2 parents b79dc87 + ee417d9 commit 8806a3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python-dateutil>=2.6.0
python-dateutil>=2.8.0
redis==3.0.0
rq==1.0.0
cheroot==5.8.3
cherrypy>=8.1, <=11.0.0
cheroot>=8.2.1
cherrypy>=17.4.2
-e git+https://github.com/chaoss/grimoirelab-toolkit/#egg=grimoirelab-toolkit
-e git+https://github.com/chaoss/grimoirelab-perceval.git/#egg=perceval
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ def run(self):
python_requires='>=3.4',
setup_requires=['wheel'],
install_requires=[
'python-dateutil>=2.6.0',
'python-dateutil>=2.8.0',
'redis==3.0.0',
'rq==1.0.0',
'cheroot==5.8.3',
'cherrypy>=8.1, <=11.0.0',
'cheroot>=8.2.1',
'cherrypy>=17.4.2',
'perceval>=0.12.23',
'grimoirelab-toolkit>=0.1.10'
],
Expand Down

0 comments on commit 8806a3d

Please sign in to comment.