##// END OF EJS Templates
packages: pin dogpile.cache to 0.9.0 for compat with current version
super-admin -
r4802:4d8a9f87 default
parent child Browse files
Show More
@@ -1,121 +1,121 b''
1 1 ## dependencies
2 2
3 3 amqp==2.5.2
4 4 babel==1.3
5 5 beaker==1.9.1
6 6 bleach==3.1.3
7 7 celery==4.3.0
8 8 channelstream==0.6.14
9 9 click==7.0
10 10 colander==1.7.0
11 11 # our custom configobj
12 12 https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6
13 13 cssselect==1.0.3
14 14 cryptography==2.6.1
15 15 decorator==4.1.2
16 16 deform==2.0.8
17 17 docutils==0.16.0
18 dogpile.cache==0.9.2
18 dogpile.cache==0.9.0
19 19 formencode==1.2.4
20 20 future==0.14.3
21 21 futures==3.0.2
22 22 infrae.cache==1.0.1
23 23 iso8601==0.1.12
24 24 itsdangerous==1.1.0
25 25 kombu==4.6.6
26 26 lxml==4.2.5
27 27 mako==1.1.0
28 28 markdown==2.6.11
29 29 markupsafe==1.1.1
30 30 msgpack-python==0.5.6
31 31 pyotp==2.3.0
32 32 packaging==20.3
33 33 pathlib2==2.3.5
34 34 paste==3.4.0
35 35 pastedeploy==2.1.0
36 36 pastescript==3.2.0
37 37 peppercorn==0.6
38 38 premailer==3.6.1
39 39 psutil==5.7.0
40 40 py-bcrypt==0.4
41 41 pycurl==7.43.0.3
42 42 pycrypto==2.6.1
43 43 pygments==2.4.2
44 44 pyparsing==2.4.7
45 45 pyramid-debugtoolbar==4.6.1
46 46 pyramid-mako==1.1.0
47 47 pyramid==1.10.4
48 48 pyramid_mailer==0.15.1
49 49 python-dateutil==2.8.1
50 50 python-ldap==3.2.0
51 51 python-memcached==1.59
52 52 python-pam==1.8.4
53 53 python-saml==2.4.2
54 54 pytz==2019.3
55 55 tzlocal==1.5.1
56 56 pyzmq==14.6.0
57 57 py-gfm==0.1.4
58 58 regex==2020.9.27
59 59 redis==3.5.3
60 60 repoze.lru==0.7
61 61 requests==2.22.0
62 62 routes==2.4.1
63 63 simplejson==3.16.0
64 64 six==1.11.0
65 65 sqlalchemy==1.3.15
66 66 sshpubkeys==3.1.0
67 67 subprocess32==3.5.4
68 68 supervisor==4.1.0
69 69 translationstring==1.3
70 70 urllib3==1.25.2
71 71 urlobject==2.4.3
72 72 venusian==1.2.0
73 73 weberror==0.13.1
74 74 webhelpers2==2.0
75 75 webob==1.8.5
76 76 whoosh==2.7.4
77 77 wsgiref==0.1.2
78 78 zope.cachedescriptors==4.3.1
79 79 zope.deprecation==4.4.0
80 80 zope.event==4.4.0
81 81 zope.interface==4.6.0
82 82
83 83 # DB drivers
84 84 mysql-python==1.2.5
85 85 pymysql==0.8.1
86 86 pysqlite==2.8.3
87 87 psycopg2==2.8.4
88 88
89 89 # IPYTHON RENDERING
90 90 # entrypoints backport, pypi version doesn't support egg installs
91 91 https://code.rhodecode.com/upstream/entrypoints/artifacts/download/0-8e9ee9e4-c4db-409c-b07e-81568fd1832d.tar.gz?md5=3a027b8ff1d257b91fe257de6c43357d#egg=entrypoints==0.2.2.rhodecode-upstream1
92 92 nbconvert==5.3.1
93 93 nbformat==4.4.0
94 94 jupyter-client==5.0.0
95 95 jupyter-core==4.5.0
96 96
97 97 ## cli tools
98 98 alembic==1.4.2
99 99 invoke==0.13.0
100 100 bumpversion==0.5.3
101 101
102 102 ## http servers
103 103 gevent==1.5.0
104 104 greenlet==0.4.15
105 105 gunicorn==19.9.0
106 106 waitress==1.3.1
107 107
108 108 ## debug
109 109 ipdb==0.13.2
110 110 ipython==5.1.0
111 111
112 112 ## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version
113 113 https://code.rhodecode.com/rhodecode-tools-ce/artifacts/download/0-d9ea7914-e475-44af-a80a-7e32edc17e2f.tar.gz?sha256=6e5aaac455b4a0b2dee013a1241b367e2991e345fda6ed0f4a8c66c941a19184#egg=rhodecode-tools==1.4.1
114 114
115 115
116 116 ## appenlight
117 117 appenlight-client==0.6.26
118 118
119 119
120 120 ## uncomment to add the debug libraries
121 121 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now