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
                ]
32
                ]
33
 
33
 
34
 install_requires=[
34
 install_requires=[
35
-    "TurboGears2 >= 2.3.7",
35
+    "TurboGears2==2.3.7",
36
     "Genshi",
36
     "Genshi",
37
     "Mako",
37
     "Mako",
38
     "zope.sqlalchemy >= 0.4",
38
     "zope.sqlalchemy >= 0.4",