Browse Source

Merge branch 'master' of github.com:Nonolost/tracim

Nonolost 8 years ago
parent
commit
d6883a96b2
1 changed files with 19 additions and 25 deletions
  1. 19 25
      install/requirements.txt

+ 19 - 25
install/requirements.txt View File

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