Explorar el Código

TurboGears2 == 2.3.7 instead of >= 2.3.7

Bastien Sevajol hace 9 años
padre
commit
825d8ff965
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/setup.py

+ 1 - 1
tracim/setup.py Ver fichero

@@ -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",