Skip to content

Commit bb75983

Browse files
committed
updated requirements so that we use the most recent libs
1 parent 7f28538 commit bb75983

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

requirements/py2kreqs.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
https://bitbucket.org/cherrypy/cherrypy/downloads/CherryPy-3.2.3.tar.gz
2-
tornado==2.4.1
3-
greenlet==0.4.0
1+
CherryPy==3.2.4
2+
tornado==3.1
3+
greenlet==0.4.1
4+
mock==1.0.1
45
-e git+git://github.com/SiteSupport/gevent.git#egg=Package

requirements/py3kreqs.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
https://bitbucket.org/cherrypy/cherrypy/downloads/CherryPy-3.2.3.tar.gz
2-
tornado==2.4.1
1+
CherryPy==3.2.4
2+
tornado==3.1
3+
mock==1.0.1

0 commit comments

Comments
 (0)