Skip to content

Commit 2ebcbf9

Browse files
Removed unnecessary dependencies.
Dependencies which are not required on a production environment. Changed mysql-client to mysqlclient for python 3 support and the development of mysql-client has been stopped.
1 parent 31a6a55 commit 2ebcbf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
Jinja2==2.7.1
22
MarkupSafe==0.18
3-
MySQL-python==1.2.5
3+
mysqlclient==1.3.6
44
Pygments==1.6
55
Sphinx==1.2b1
66
argparse==1.2.1
77
docutils==0.11
88
py==1.4.15
99
pystatsd==0.1.10
1010
tox==1.6.0
11-
virtualenv==1.10.1
12-
wsgiref==0.1.2

0 commit comments

Comments
 (0)