Browse Source

TurboGears2 == 2.3.7 instead of >= 2.3.7

Bastien Sevajol 9 years ago
parent
commit
825d8ff965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/setup.py

+ 1 - 1
tracim/setup.py View File

@@ -32,7 +32,7 @@ testpkgs=['WebTest >= 1.2.3',
32 32
                ]
33 33
 
34 34
 install_requires=[
35
-    "TurboGears2 >= 2.3.7",
35
+    "TurboGears2==2.3.7",
36 36
     "Genshi",
37 37
     "Mako",
38 38
     "zope.sqlalchemy >= 0.4",