##// END OF EJS Templates
requirements: move db drivers into one section for easier diffing
marcink -
r3286:2d232a4f default
parent child Browse files
Show More
@@ -38,8 +38,6 b' mako==1.0.7'
38 38 markdown==2.6.11
39 39 markupsafe==1.0.0
40 40 msgpack-python==0.5.6
41 mysql-python==1.2.5
42 pymysql==0.8.1
43 41 pyotp==2.2.7
44 42 packaging==15.2
45 43 paste==2.0.3
@@ -48,7 +46,6 b' pastescript==2.0.2'
48 46 pathlib2==2.3.2
49 47 peppercorn==0.6
50 48 psutil==5.4.7
51 psycopg2==2.7.5
52 49 py-bcrypt==0.4
53 50 pycrypto==2.6.1
54 51 pycurl==7.43.0.2
@@ -62,7 +59,6 b' pyramid-jinja2==2.7'
62 59 pyramid-mako==1.0.2
63 60 pyramid==1.9.2
64 61 pyramid_mailer==0.15.1
65 pysqlite==2.8.3
66 62 python-dateutil
67 63 python-ldap==3.1.0
68 64 python-memcached==1.59
@@ -98,6 +94,11 b' zope.deprecation==4.3.0'
98 94 zope.event==4.3.0
99 95 zope.interface==4.5.0
100 96
97 # DB drivers
98 mysql-python==1.2.5
99 pymysql==0.8.1
100 pysqlite==2.8.3
101 psycopg2==2.7.5
101 102
102 103 # IPYTHON RENDERING
103 104 # entrypoints backport, pypi version doesn't support egg installs
General Comments 0
You need to be logged in to leave comments. Login now