浏览代码

Fix version of py4j (imcompatibility with ldap-test)

Bastien Sevajol (Algoo) 8 年前
父节点
当前提交
b66a2b3b2a
共有 2 个文件被更改,包括 20 次插入10 次删除
  1. 19 9
      install/requirements.txt
  2. 1 1
      tracim/setup.py

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

1
-Babel==2.2
1
+Babel==2.2.0
2
 Beaker==1.6.4
2
 Beaker==1.6.4
3
 CherryPy==3.6.0
3
 CherryPy==3.6.0
4
 FormEncode==1.3.0a1
4
 FormEncode==1.3.0a1
6
 Mako==1.0.3
6
 Mako==1.0.3
7
 MarkupSafe==0.23
7
 MarkupSafe==0.23
8
 PasteDeploy==1.5.2
8
 PasteDeploy==1.5.2
9
+Radicale==1.1.1
9
 SQLAlchemy==1.0.11
10
 SQLAlchemy==1.0.11
10
 Tempita==0.5.3dev
11
 Tempita==0.5.3dev
11
 TurboGears2==2.3.7
12
 TurboGears2==2.3.7
13
+Unidecode==0.04.19
12
 WebOb==1.6.0a0
14
 WebOb==1.6.0a0
13
 WebTest==1.4.2
15
 WebTest==1.4.2
14
 alembic==0.8.4
16
 alembic==0.8.4
15
 argparse==1.2.1
17
 argparse==1.2.1
16
 backlash==0.0.7
18
 backlash==0.0.7
17
 beautifulsoup4==4.3.2
19
 beautifulsoup4==4.3.2
20
+caldav==0.4.0
18
 cliff==1.8.0
21
 cliff==1.8.0
19
 cmd2==0.6.7
22
 cmd2==0.6.7
20
 coverage==4.0b1
23
 coverage==4.0b1
21
 crank==0.7.3
24
 crank==0.7.3
22
 decorator==3.4.0
25
 decorator==3.4.0
23
 gearbox==0.0.7
26
 gearbox==0.0.7
27
+icalendar==3.10
24
 itsdangerous==0.24
28
 itsdangerous==0.24
29
+ldap3==1.3.1
30
+lxml==3.6.0
25
 nose==1.3.4
31
 nose==1.3.4
26
 pbr==0.10.0
32
 pbr==0.10.0
27
 prettytable==0.7.2
33
 prettytable==0.7.2
28
 psycopg2==2.5.4
34
 psycopg2==2.5.4
35
+py4j==0.10.1
36
+pyasn1==0.1.9
29
 pyparsing==2.0.3
37
 pyparsing==2.0.3
38
+python-dateutil==2.5.3
39
+python-editor==1.0.1
40
+python-ldap-test==0.2.1
30
 pytz==2014.7
41
 pytz==2014.7
31
 repoze.lru==0.6
42
 repoze.lru==0.6
32
 repoze.who==2.2
43
 repoze.who==2.2
44
+requests==2.10.0
33
 six==1.8.0
45
 six==1.8.0
34
 speaklater==1.3
46
 speaklater==1.3
35
 sprox==0.9.4
47
 sprox==0.9.4
36
 stevedore==1.1.0
48
 stevedore==1.1.0
37
 tg.devtools==2.3.7
49
 tg.devtools==2.3.7
50
+tgapp-resetpassword==0.1.8
38
 tgext.admin==0.6.4
51
 tgext.admin==0.6.4
39
 tgext.asyncjob==0.3.1
52
 tgext.asyncjob==0.3.1
40
 tgext.crud==0.7.3
53
 tgext.crud==0.7.3
41
 tgext.pluggable==0.5.5
54
 tgext.pluggable==0.5.5
55
+## FIXME: could not find svn URL in dependency_links for this package:
56
+tracim==1.0.0dev-r0
42
 transaction==1.4.4
57
 transaction==1.4.4
43
 tw2.core==2.2.2
58
 tw2.core==2.2.2
44
 tw2.forms==2.2.2.1
59
 tw2.forms==2.2.2.1
60
+unicode-slugify==0.1.3
61
+vobject==0.9.2
45
 waitress==0.8.9
62
 waitress==0.8.9
63
+who-ldap==3.1.0
46
 zope.interface==4.1.3
64
 zope.interface==4.1.3
47
 zope.sqlalchemy==0.7.6
65
 zope.sqlalchemy==0.7.6
48
-git+https://github.com/algoo/tgapp-resetpassword.git@master
49
-lxml
50
-python-ldap-test==0.2.0
51
-who-ldap==3.1.0
52
-unicode-slugify==0.1.3
53
-Radicale==1.1.1
54
-icalendar==3.10
55
-caldav==0.4.0

+ 1 - 1
tracim/setup.py 查看文件

40
     "alembic",
40
     "alembic",
41
     "repoze.who",
41
     "repoze.who",
42
     "who-ldap==3.1.0",
42
     "who-ldap==3.1.0",
43
-    "python-ldap-test==0.2.0",
43
+    "python-ldap-test==0.2.1",
44
     "unicode-slugify==0.1.3",
44
     "unicode-slugify==0.1.3",
45
     ]
45
     ]
46
 
46