##// END OF EJS Templates
depencencies: pinned python-saml library
marcink -
r3312:48da4247 default
parent child Browse files
Show More
@@ -1,135 +1,135 b''
1 1 ## dependencies
2 2
3 3 setuptools-scm==2.1.0
4 4 amqp==2.3.1
5 5 # not released authomatic that has updated some oauth providers
6 6 https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1
7 7 atomicwrites==1.2.1
8 8 attrs==18.2.0
9 9 babel==1.3
10 10 beaker==1.9.1
11 11 bleach==3.0.2
12 12 celery==4.1.1
13 13 chameleon==2.24
14 14 channelstream==0.5.2
15 15 click==6.6
16 16 colander==1.5.1
17 17 # our custom configobj
18 18 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
19 19 cssselect==1.0.3
20 20 decorator==4.1.2
21 21 deform==2.0.7
22 22 docutils==0.14.0
23 23 dogpile.cache==0.6.7
24 24 dogpile.core==0.4.1
25 25 ecdsa==0.13
26 26 formencode==1.2.4
27 27 future==0.14.3
28 28 futures==3.0.2
29 29 gnureadline==6.3.8
30 30 infrae.cache==1.0.1
31 31 iso8601==0.1.11
32 32 itsdangerous==0.24
33 33 jinja2==2.9.6
34 34 billiard==3.5.0.3
35 35 kombu==4.2.0
36 36 lxml==4.2.5
37 37 mako==1.0.7
38 38 markdown==2.6.11
39 39 markupsafe==1.0.0
40 40 msgpack-python==0.5.6
41 41 pyotp==2.2.7
42 42 packaging==15.2
43 43 paste==3.0.5
44 44 pastedeploy==2.0.1
45 45 pastescript==3.0.0
46 46 pathlib2==2.3.3
47 47 peppercorn==0.6
48 48 psutil==5.4.7
49 49 py-bcrypt==0.4
50 50 pycrypto==2.6.1
51 51 pycurl==7.43.0.2
52 52 pyflakes==0.8.1
53 53 pygments==2.3.0
54 54 pyparsing==1.5.7
55 55 pyramid-beaker==0.8
56 56 pyramid-debugtoolbar==4.4.0
57 57 pyramid-jinja2==2.7
58 58 pyramid-mako==1.0.2
59 59 pyramid==1.10.1
60 60 pyramid_mailer==0.15.1
61 61 python-dateutil
62 62 python-ldap==3.1.0
63 63 python-memcached==1.59
64 64 python-pam==1.8.4
65 python-saml
65 python-saml==2.4.2
66 66 pytz==2018.4
67 67 tzlocal==1.5.1
68 68 pyzmq==14.6.0
69 69 py-gfm==0.1.4
70 70 redis==2.10.6
71 71 repoze.lru==0.7
72 72 requests==2.9.1
73 73 routes==2.4.1
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.5.2
79 79 supervisor==3.3.4
80 80 tempita==0.5.2
81 81 translationstring==1.3
82 82 urllib3==1.21
83 83 urlobject==2.4.3
84 84 venusian==1.1.0
85 85 weberror==0.10.3
86 86 webhelpers2==2.0
87 87 webhelpers==1.3
88 88 webob==1.8.4
89 89 whoosh==2.7.4
90 90 wsgiref==0.1.2
91 91 zope.cachedescriptors==4.3.1
92 92 zope.deprecation==4.3.0
93 93 zope.event==4.3.0
94 94 zope.interface==4.5.0
95 95
96 96 # DB drivers
97 97 mysql-python==1.2.5
98 98 pymysql==0.8.1
99 99 pysqlite==2.8.3
100 100 psycopg2==2.7.5
101 101
102 102 # IPYTHON RENDERING
103 103 # entrypoints backport, pypi version doesn't support egg installs
104 104 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
105 105 nbconvert==5.3.1
106 106 nbformat==4.4.0
107 107 jupyter_client==5.0.0
108 108
109 109 ## cli tools
110 110 alembic==1.0.5
111 111 invoke==0.13.0
112 112 bumpversion==0.5.3
113 113
114 114 ## http servers
115 115 gevent==1.3.7
116 116 greenlet==0.4.15
117 117 gunicorn==19.9.0
118 118 waitress==1.1.0
119 119 setproctitle==1.1.10
120 120
121 121 ## debug
122 122 ipdb==0.11.0
123 123 ipython==5.1.0
124 124
125 125 ## rhodecode-tools, special case
126 126 https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.0.1.tar.gz?md5=ffb5d6bcb855305b93cfe23ad42e500b#egg=rhodecode-tools==1.0.1
127 127
128 128 ## appenlight
129 129 appenlight-client==0.6.26
130 130
131 131 ## test related requirements
132 132 -r requirements_test.txt
133 133
134 134 ## uncomment to add the debug libraries
135 135 #-r requirements_debug.txt
General Comments 0
You need to be logged in to leave comments. Login now