##// END OF EJS Templates
dependencies: added peppercorn to required libraries.
marcink -
r2013:cfa45b98 default
parent child Browse files
Show More
@@ -1,135 +1,136 b''
1 1 ## core
2 2 setuptools==30.1.0
3 3 setuptools-scm==1.15.0
4 4
5 5 amqplib==1.0.2
6 6 anyjson==0.3.3
7 7 authomatic==0.1.0.post1
8 8 Babel==1.3
9 9 Beaker==1.9.0
10 10 celery==2.2.10
11 11 Chameleon==2.24
12 12 channelstream==0.5.2
13 13 click==5.1
14 14 colander==1.3.3
15 15 configobj==5.0.6
16 16 cssselect==1.0.1
17 17 decorator==4.0.11
18 18 deform==2.0.4
19 19 docutils==0.13.1
20 20 dogpile.cache==0.6.4
21 21 dogpile.core==0.4.1
22 22 ecdsa==0.13
23 23 FormEncode==1.2.4
24 24 future==0.14.3
25 25 futures==3.0.2
26 26 gnureadline==6.3.3
27 27 infrae.cache==1.0.1
28 28 iso8601==0.1.11
29 29 itsdangerous==0.24
30 30 Jinja2==2.7.3
31 31 kombu==1.5.1
32 32 lxml==3.7.3
33 33 Mako==1.0.6
34 34 Markdown==2.6.8
35 35 MarkupSafe==0.23
36 36 meld3==1.0.2
37 37 msgpack-python==0.4.8
38 38 MySQL-python==1.2.5
39 39 nose==1.3.6
40 40 objgraph==3.1.0
41 41 packaging==15.2
42 42 Paste==2.0.3
43 43 PasteDeploy==1.5.2
44 44 PasteScript==1.7.5
45 45 pathlib2==2.3.0
46 peppercorn==0.5
46 47 psutil==4.3.1
47 48 psycopg2==2.7.1
48 49 py-bcrypt==0.4
49 50 pycrypto==2.6.1
50 51 pycurl==7.19.5
51 52 pyflakes==0.8.1
52 53 pygments-markdown-lexer==0.1.0.dev39
53 54 Pygments==2.2.0
54 55 pyparsing==1.5.7
55 56 pyramid-beaker==0.8
56 57 pyramid-debugtoolbar==4.2.1
57 58 pyramid-jinja2==2.5
58 59 pyramid-mako==1.0.2
59 60 pyramid==1.9.0
60 61 pysqlite==2.8.3
61 62 python-dateutil==2.1
62 63 python-ldap==2.4.40
63 64 python-memcached==1.58
64 65 python-pam==1.8.2
65 66 pytz==2015.4
66 67 pyzmq==14.6.0
67 68 recaptcha-client==1.0.6
68 69 repoze.lru==0.6
69 70 requests==2.9.1
70 71 Routes==1.13
71 72 setproctitle==1.1.8
72 73 simplejson==3.11.1
73 74 six==1.9.0
74 75 Sphinx==1.2.2
75 76 SQLAlchemy==1.1.11
76 77 sshpubkeys==2.2.0
77 78 subprocess32==3.2.7
78 79 supervisor==3.3.2
79 80 Tempita==0.5.2
80 81 translationstring==1.3
81 82 trollius==1.0.4
82 83 urllib3==1.16
83 84 URLObject==2.4.0
84 85 venusian==1.1.0
85 86 WebError==0.10.3
86 87 WebHelpers2==2.0
87 88 WebHelpers==1.3
88 89 WebOb==1.7.3
89 90 Whoosh==2.7.4
90 91 wsgiref==0.1.2
91 92 zope.cachedescriptors==4.0.0
92 93 zope.deprecation==4.1.2
93 94 zope.event==4.0.3
94 95 zope.interface==4.1.3
95 96
96 97 ## customized/patched libs
97 98 # our patched version of Pylons==1.0.2
98 99 https://code.rhodecode.com/upstream/pylons/archive/707354ee4261b9c10450404fc9852ccea4fd667d.tar.gz?md5=f26633726fa2cd3a340316ee6a5d218f#egg=Pylons==1.0.2.rhodecode-patch-1
99 100 # not released py-gfm==0.1.3
100 101 https://code.rhodecode.com/upstream/py-gfm/archive/0d66a19bc16e3d49de273c0f797d4e4781e8c0f2.tar.gz?md5=0d0d5385bfb629eea636a80b9c2bfd16#egg=py-gfm==0.1.3.rhodecode-upstream1
101 102
102 103 # IPYTHON RENDERING
103 104 # entrypoints backport, pypi version doesn't support egg installs
104 105 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
105 106 nbconvert==5.1.1
106 107 nbformat==4.3.0
107 108 jupyter_client==5.0.0
108 109
109 110 ## cli tools
110 111 alembic==0.9.2
111 112 invoke==0.13.0
112 113 bumpversion==0.5.3
113 114 transifex-client==0.10
114 115
115 116 ## http servers
116 117 gevent==1.2.2
117 118 greenlet==0.4.12
118 119 gunicorn==19.7.1
119 120 waitress==1.0.2
120 121 uWSGI==2.0.15
121 122
122 123 ## debug
123 124 ipdb==0.10.3
124 125 ipython==5.1.0
125 126 CProfileV==1.0.7
126 127 bottle==0.12.8
127 128
128 129 ## rhodecode-tools, special case
129 130 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0
130 131
131 132 ## appenlight
132 133 appenlight-client==0.6.21
133 134
134 135 ## test related requirements
135 136 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now