浏览代码

correcting modules requirements

Nonolost 8 年前
父节点
当前提交
57a725fb00
共有 1 个文件被更改,包括 19 次插入25 次删除
  1. 19 25
      install/requirements.txt

+ 19 - 25
install/requirements.txt 查看文件

1
-alembic==0.8.4
1
+pytz==2014.7
2
 Babel==2.2.0
2
 Babel==2.2.0
3
-backlash==0.0.7
4
 Beaker==1.6.4
3
 Beaker==1.6.4
4
+CherryPy==3.6.0
5
+FormEncode==1.3.0a1
6
+Genshi==0.7
7
+Mako==1.0.3
8
+MarkupSafe==0.23
9
+PasteDeploy==1.5.2
10
+Radicale==1.1.1
11
+SQLAlchemy==1.0.11
12
+Tempita==0.5.3dev
13
+TurboGears2==2.3.7
14
+Unidecode==0.04.19
15
+WebOb==1.6.0a0
16
+WebTest==1.4.2
17
+alembic==0.8.4
18
+argparse==1.2.1
19
+backlash==0.0.7
5
 beautifulsoup4==4.3.2
20
 beautifulsoup4==4.3.2
6
-Brlapi==0.6.2
7
 caldav==0.4.0
21
 caldav==0.4.0
8
-chardet==2.3.0
9
-CherryPy==3.6.0
10
 cliff==1.8.0
22
 cliff==1.8.0
11
 cmd2==0.6.7
23
 cmd2==0.6.7
12
 coverage==4.0b1
24
 coverage==4.0b1
13
 crank==0.7.3
25
 crank==0.7.3
14
 decorator==3.4.0
26
 decorator==3.4.0
15
-FormEncode==1.3.0a1
16
 gearbox==0.0.7
27
 gearbox==0.0.7
17
-Genshi==0.7
18
 icalendar==3.10
28
 icalendar==3.10
19
 itsdangerous==0.24
29
 itsdangerous==0.24
20
 ldap3==1.3.1
30
 ldap3==1.3.1
21
-louis==2.5.3
22
 lxml==3.6.0
31
 lxml==3.6.0
23
-Mako==1.0.3
24
-MarkupSafe==0.23
25
 nose==1.3.4
32
 nose==1.3.4
26
-PasteDeploy==1.5.2
27
 pbr==0.10.0
33
 pbr==0.10.0
28
 prettytable==0.7.2
34
 prettytable==0.7.2
29
 psycopg2==2.5.4
35
 psycopg2==2.5.4
30
 py4j==0.10.1
36
 py4j==0.10.1
31
 pyasn1==0.1.9
37
 pyasn1==0.1.9
32
-pygobject==3.14.0
33
 pyparsing==2.0.3
38
 pyparsing==2.0.3
34
-python-apt==0.9.3.12
35
 python-dateutil==2.5.3
39
 python-dateutil==2.5.3
36
-python-debian==0.1.27
37
 python-editor==1.0.1
40
 python-editor==1.0.1
38
 python-ldap-test==0.2.1
41
 python-ldap-test==0.2.1
39
-pytz==2014.7
40
-pyxdg==0.25
41
-Radicale==1.1.1
42
 repoze.lru==0.6
42
 repoze.lru==0.6
43
 repoze.who==2.2
43
 repoze.who==2.2
44
 requests==2.10.0
44
 requests==2.10.0
45
 six==1.8.0
45
 six==1.8.0
46
 speaklater==1.3
46
 speaklater==1.3
47
 sprox==0.9.4
47
 sprox==0.9.4
48
-SQLAlchemy==1.0.11
49
 stevedore==1.1.0
48
 stevedore==1.1.0
50
-Tempita==0.5.3.dev0
51
 tg.devtools==2.3.7
49
 tg.devtools==2.3.7
52
 tgapp-resetpassword==0.1.8
50
 tgapp-resetpassword==0.1.8
53
 tgext.admin==0.6.4
51
 tgext.admin==0.6.4
55
 tgext.crud==0.7.3
53
 tgext.crud==0.7.3
56
 tgext.pluggable==0.5.5
54
 tgext.pluggable==0.5.5
57
 transaction==1.4.4
55
 transaction==1.4.4
58
-TurboGears2==2.3.7
59
 tw2.core==2.2.2
56
 tw2.core==2.2.2
60
 tw2.forms==2.2.2.1
57
 tw2.forms==2.2.2.1
61
 unicode-slugify==0.1.3
58
 unicode-slugify==0.1.3
62
-Unidecode==0.4.19
63
-virtualenv==1.11.6
64
 vobject==0.9.2
59
 vobject==0.9.2
65
 waitress==0.8.9
60
 waitress==0.8.9
66
-WebOb==1.6.0a0
67
-WebTest==1.4.2
68
 who-ldap==3.1.0
61
 who-ldap==3.1.0
69
--e git+git@github.com:mar10/wsgidav.git@e233fc4f5f23d1b5326159dfecd39990088f3fbc#egg=WsgiDAV
62
+-e git+git@github.com:mar10/wsgidav.git@b95354f17ec57133c656f470ca3933a3bd54f524#egg=wsgidav
70
 zope.interface==4.1.3
63
 zope.interface==4.1.3
71
 zope.sqlalchemy==0.7.6
64
 zope.sqlalchemy==0.7.6
65
+