Browse Source

Fix version of py4j (imcompatibility with ldap-test)

Bastien Sevajol (Algoo) 8 years ago
parent
commit
b66a2b3b2a
2 changed files with 20 additions and 10 deletions
  1. 19 9
      install/requirements.txt
  2. 1 1
      tracim/setup.py

+ 19 - 9
install/requirements.txt View File

@@ -1,4 +1,4 @@
1
-Babel==2.2
1
+Babel==2.2.0
2 2
 Beaker==1.6.4
3 3
 CherryPy==3.6.0
4 4
 FormEncode==1.3.0a1
@@ -6,50 +6,60 @@ Genshi==0.7
6 6
 Mako==1.0.3
7 7
 MarkupSafe==0.23
8 8
 PasteDeploy==1.5.2
9
+Radicale==1.1.1
9 10
 SQLAlchemy==1.0.11
10 11
 Tempita==0.5.3dev
11 12
 TurboGears2==2.3.7
13
+Unidecode==0.04.19
12 14
 WebOb==1.6.0a0
13 15
 WebTest==1.4.2
14 16
 alembic==0.8.4
15 17
 argparse==1.2.1
16 18
 backlash==0.0.7
17 19
 beautifulsoup4==4.3.2
20
+caldav==0.4.0
18 21
 cliff==1.8.0
19 22
 cmd2==0.6.7
20 23
 coverage==4.0b1
21 24
 crank==0.7.3
22 25
 decorator==3.4.0
23 26
 gearbox==0.0.7
27
+icalendar==3.10
24 28
 itsdangerous==0.24
29
+ldap3==1.3.1
30
+lxml==3.6.0
25 31
 nose==1.3.4
26 32
 pbr==0.10.0
27 33
 prettytable==0.7.2
28 34
 psycopg2==2.5.4
35
+py4j==0.10.1
36
+pyasn1==0.1.9
29 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 41
 pytz==2014.7
31 42
 repoze.lru==0.6
32 43
 repoze.who==2.2
44
+requests==2.10.0
33 45
 six==1.8.0
34 46
 speaklater==1.3
35 47
 sprox==0.9.4
36 48
 stevedore==1.1.0
37 49
 tg.devtools==2.3.7
50
+tgapp-resetpassword==0.1.8
38 51
 tgext.admin==0.6.4
39 52
 tgext.asyncjob==0.3.1
40 53
 tgext.crud==0.7.3
41 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 57
 transaction==1.4.4
43 58
 tw2.core==2.2.2
44 59
 tw2.forms==2.2.2.1
60
+unicode-slugify==0.1.3
61
+vobject==0.9.2
45 62
 waitress==0.8.9
63
+who-ldap==3.1.0
46 64
 zope.interface==4.1.3
47 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 View File

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