forked from acorg/dark-matter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-pypy.txt
44 lines (44 loc) · 1.13 KB
/
requirements-pypy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
biopython==1.64
bz2file==0.98
discover==0.4.0
#
# If you are still using pypy 4.0.1, the following will not work:
#
git+https://bitbucket.org/pypy/numpy.git
#
# Either upgrade to pypy 5 or do this to install numpy:
#
# git clone https://bitbucket.org/pypy/numpy.git
# cd numpy
# git checkout pypy-4.0.1
# pypy setup.py install
#
ipython==2.2.0
# matplotlib does not run under pypy yet, as far as I know.
# matplotlib
mock==1.0.1
#
# This used to work, but now (2016-03-18) does not:
# --allow-external mysql-connector-python
# mysql-connector-python==2.0.3
#
# Instead visit http://dev.mysql.com/downloads/connector/python/ and
# download the source code of Connector/Python. I (Terry) am using version
# 2.1.3 which can be obtained directly from
# http://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz
#
# Then (assuming you get version 2.1.3):
#
# tar xz mysql-connector-python-2.1.3.tar.gz
# cd mysql-connector-python-2.1.3
# python setup.py install
#
pep8==1.5.7
pyflakes==0.8.1
pyzmq==14.3.1
reportlab==3.1.44
six==1.10.0
simplejson==3.5.3
tornado==4.0.1
MySQL-python==1.2.5
Twisted==15.5.0