Browse Source

remove versions from dependency modules

Damien ACCORSI 10 years ago
parent
commit
998af9cc30
1 changed files with 43 additions and 42 deletions
  1. 43 42
      install/requirements.txt

+ 43 - 42
install/requirements.txt View File

@@ -1,42 +1,43 @@
1
-Beaker==1.6.4
2
-FormEncode==1.3.0a1
3
-Genshi==0.7
4
-Mako==1.0.0
5
-MarkupSafe==0.15
6
-PasteDeploy==1.5.2
7
-Pillow==2.4.0
8
-SQLAlchemy==0.9.4
9
-Tempita==0.5.3dev
10
-TurboGears2==2.3.4
11
-WebOb==1.4
12
-WebTest==1.4.3
13
-alembic==0.6.5
14
-backlash==0.0.5
15
-beautifulsoup4==4.3.2
16
-cliff==1.6.1
17
-cmd2==0.6.7
18
-crank==0.7.1
19
-decorator==3.4.0
20
-distribute==0.6.24
21
-gearbox==0.0.6
22
-prettytable==0.7.2
23
-psycopg2==2.5.3
24
-pyparsing==2.0.2
25
-repoze.lru==0.6
26
-repoze.who==2.2
27
-six==1.7.2
28
-speaklater==1.3
29
-sprox==0.9.3
30
-stevedore==0.15
31
-tg.devtools==2.3.2
32
-tgext.admin==0.6.4
33
-tgext.crud==0.7.2
34
-transaction==1.4.3
35
-tw2.core==2.2.1.1
36
-tw2.forms==2.2.0.3
37
-wsgiref==0.1.2
38
-zope.interface==4.1.1
39
-zope.sqlalchemy==0.7.4
40
-cherrypy==3.6.0
41
-tgext.pluggable==0.5.2
42
-tgapp-resetpassword==0.1.3
1
+Beaker
2
+FormEncode
3
+Genshi
4
+Mako
5
+MarkupSafe
6
+PasteDeploy
7
+Pillow
8
+SQLAlchemy
9
+Tempita
10
+TurboGears2
11
+WebOb
12
+WebTest
13
+alembic
14
+backlash
15
+beautifulsoup4
16
+cliff
17
+cmd2
18
+crank
19
+decorator
20
+distribute
21
+gearbox
22
+prettytable
23
+psycopg2
24
+pyparsing
25
+repoze.lru
26
+repoze.who
27
+six
28
+speaklater
29
+sprox
30
+stevedore
31
+tg.devtools
32
+tgext.admin
33
+tgext.crud
34
+transaction
35
+tw2.core
36
+tw2.forms
37
+wsgiref
38
+zope.interface
39
+zope.sqlalchemy
40
+cherrypy
41
+tgext.pluggable
42
+tgapp-resetpassword
43
+