Browse Source

update requirement for stable virtualenv setup

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

+ 54 - 43
install/requirements.txt View File

@@ -1,43 +1,54 @@
1
-Beaker
2
-FormEncode
3
-Genshi
4
-Mako
5
-MarkupSafe
6
-PasteDeploy
7
-SQLAlchemy
8
-Tempita
9
-TurboGears2
10
-WebOb
11
-WebTest
12
-alembic
13
-backlash
14
-beautifulsoup4
15
-cliff
16
-cmd2
17
-crank
18
-decorator
19
-distribute
20
-gearbox
21
-prettytable
22
-psycopg2
23
-pyparsing
24
-repoze.lru
25
-repoze.who
26
-six
27
-speaklater
28
-sprox
29
-stevedore
30
-tg.devtools
31
-tgext.admin
32
-tgext.crud
33
-transaction
34
-tw2.core
35
-tw2.forms
36
-wsgiref
37
-zope.interface
38
-zope.sqlalchemy
39
-cherrypy
40
-tgext.pluggable
41
-tgapp-resetpassword
42
-tgext.asyncjob
43
-babel
1
+Babel==1.3
2
+Beaker==1.6.4
3
+CherryPy==3.6.0
4
+FormEncode==1.3.0a1
5
+Genshi==0.7
6
+Mako==1.0.0
7
+MarkupSafe==0.15
8
+PasteDeploy==1.5.2
9
+SQLAlchemy==0.9.8
10
+Tempita==0.5.3dev
11
+TurboGears2==2.3.4
12
+WebOb==1.4
13
+WebTest==1.4.2
14
+alembic==0.6.7
15
+argparse==1.2.1
16
+backlash==0.0.6
17
+beautifulsoup4==4.3.2
18
+cliff==1.8.0
19
+cmd2==0.6.7
20
+coverage==4.0a1
21
+crank==0.7.1
22
+decorator==3.4.0
23
+distribute==0.7.3
24
+gearbox==0.0.6
25
+itsdangerous==0.24
26
+nose==1.3.4
27
+pbr==0.10.0
28
+prettytable==0.7.2
29
+psycopg2==2.5.4
30
+pyparsing==2.0.3
31
+pytz==2014.7
32
+repoze.lru==0.6
33
+repoze.who==2.2
34
+six==1.8.0
35
+speaklater==1.3
36
+sprox==0.9.4
37
+stevedore==1.1.0
38
+tg.devtools==2.3.4
39
+tgapp-resetpassword==0.1.3
40
+tgext.admin==0.6.4
41
+tgext.asyncjob==0.3.1
42
+tgext.crud==0.7.3
43
+tgext.pluggable==0.5.2
44
+transaction==1.4.3
45
+tw2.core==2.2.2
46
+tw2.forms==2.2.2.1
47
+waitress==0.8.9
48
+wsgiref==0.1.2
49
+zope.interface==4.1.1
50
+zope.sqlalchemy==0.7.5
51
+
52
+
53
+
54
+