]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Switch to python 3.4 for maint/requirements.txt.
authorBen Darnell <ben@bendarnell.com>
Sun, 25 May 2014 03:18:46 +0000 (23:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 25 May 2014 03:18:46 +0000 (23:18 -0400)
maint/requirements.txt

index cfa81aa33032b16e58e7df3b896a284d8c9964b0..f0fdf84b9afd6e926da2b80a817a350bb87a3578 100644 (file)
@@ -1,14 +1,18 @@
-# Frozen pip requirements for tools used in the development of tornado
+# Frozen pip requirements for tools used in the development of tornado.
+# This list is for python 3.4; for 2.7 add:
+# - backports.ssl-match-hostname
+# - futures
+# - mock
+#
+# Use virtualenv instead of venv; tox seems to get confused otherwise.
 
 # Tornado's required dependencies
-backports.ssl-match-hostname==3.4.0.2
 certifi==14.05.14
 
 # Tornado's optional dependencies
 Twisted==14.0.0
-futures==2.1.6
-mock==1.0.1
-pycares==0.6.1
+# pip on python 3.4 currently has trouble installing pycares.
+#pycares==0.6.1
 pycurl==7.19.3.1
 
 # Other useful tools
@@ -26,5 +30,4 @@ MarkupSafe==0.23
 Pygments==1.6
 docutils==0.11
 py==1.4.20
-wsgiref==0.1.2
 zope.interface==4.1.1