##// END OF EJS Templates
dependencies: bumped alembic to 0.9.9
marcink -
r2711:01b918ab default
parent child Browse files
Show More
@@ -1,130 +1,130 b''
1 1 ## core
2 2 setuptools==30.1.0
3 3 setuptools-scm==1.15.6
4 4
5 5 amqp==2.2.2
6 6 authomatic==0.1.0.post1
7 7 Babel==1.3
8 8 Beaker==1.9.1
9 9 celery==4.1.0
10 10 Chameleon==2.24
11 11 channelstream==0.5.2
12 12 click==6.6
13 13 colander==1.4.0
14 14 configobj==5.0.6
15 15 cssselect==1.0.1
16 16 decorator==4.1.2
17 17 deform==2.0.5
18 18 docutils==0.14.0
19 19 dogpile.cache==0.6.5
20 20 dogpile.core==0.4.1
21 21 ecdsa==0.13
22 22 FormEncode==1.2.4
23 23 future==0.14.3
24 24 futures==3.0.2
25 25 gnureadline==6.3.8
26 26 infrae.cache==1.0.1
27 27 iso8601==0.1.12
28 28 itsdangerous==0.24
29 29 Jinja2==2.9.6
30 30 billiard==3.5.0.3
31 31 kombu==4.1.0
32 32 lxml==3.7.3
33 33 Mako==1.0.7
34 34 Markdown==2.6.11
35 35 MarkupSafe==1.0.0
36 36 msgpack-python==0.4.8
37 37 MySQL-python==1.2.5
38 38 objgraph==3.1.1
39 39 packaging==15.2
40 40 Paste==2.0.3
41 41 PasteDeploy==1.5.2
42 42 PasteScript==2.0.2
43 43 pathlib2==2.3.0
44 44 peppercorn==0.5
45 45 psutil==5.4.3
46 46 psycopg2==2.7.4
47 47 py-bcrypt==0.4
48 48 pycrypto==2.6.1
49 49 pycurl==7.19.5
50 50 pyflakes==0.8.1
51 51 pygments-markdown-lexer==0.1.0.dev39
52 52 Pygments==2.2.0
53 53 pyparsing==1.5.7
54 54 pyramid-beaker==0.8
55 55 pyramid-debugtoolbar==4.4.0
56 56 pyramid-jinja2==2.7
57 57 pyramid-mako==1.0.2
58 58 pyramid==1.9.2
59 59 pysqlite==2.8.3
60 60 python-dateutil
61 61 python-ldap==2.4.45
62 62 python-memcached==1.58
63 63 python-pam==1.8.2
64 64 pytz==2018.3
65 65 tzlocal==1.5.1
66 66 pyzmq==14.6.0
67 67 py-gfm==0.1.3
68 68 recaptcha-client==1.0.6
69 69 redis==2.10.6
70 70 repoze.lru==0.7
71 71 requests==2.9.1
72 72 Routes==2.4.1
73 73 setproctitle==1.1.10
74 74 simplejson==3.11.1
75 75 six==1.11.0
76 76 sqlalchemy==1.1.18
77 77 sshpubkeys==2.2.0
78 78 subprocess32==3.2.7
79 79 supervisor==3.3.4
80 80 Tempita==0.5.2
81 81 translationstring==1.3
82 82 trollius==1.0.4
83 83 urllib3==1.16
84 84 URLObject==2.4.0
85 85 venusian==1.1.0
86 86 WebError==0.10.3
87 87 WebHelpers2==2.0
88 88 WebHelpers==1.3
89 89 WebOb==1.7.4
90 90 Whoosh==2.7.4
91 91 wsgiref==0.1.2
92 92 zope.cachedescriptors==4.3.1
93 93 zope.deprecation==4.3.0
94 94 zope.event==4.3.0
95 95 zope.interface==4.4.3
96 96
97 97
98 98 # IPYTHON RENDERING
99 99 # entrypoints backport, pypi version doesn't support egg installs
100 100 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
101 101 nbconvert==5.3.1
102 102 bleach==2.1.2
103 103 nbformat==4.4.0
104 104 jupyter_client==5.0.0
105 105
106 106 ## cli tools
107 alembic==0.9.8
107 alembic==0.9.9
108 108 invoke==0.13.0
109 109 bumpversion==0.5.3
110 110
111 111 ## http servers
112 112 gevent==1.2.2
113 113 greenlet==0.4.13
114 114 gunicorn==19.7.1
115 115 waitress==1.1.0
116 116
117 117 ## debug
118 118 ipdb==0.11.0
119 119 ipython==5.1.0
120 120 CProfileV==1.0.7
121 121 bottle==0.12.13
122 122
123 123 ## rhodecode-tools, special case
124 124 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.14.1.tar.gz?md5=0b9c2caad160b68889f8172ea54af7b2#egg=rhodecode-tools==0.14.1
125 125
126 126 ## appenlight
127 127 appenlight-client==0.6.25
128 128
129 129 ## test related requirements
130 130 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now