https://bitbucket.org/sulab/mygene.info
Raw File
Tip revision: fa6563a2c20314c98cd2955e042533acfff8b293 authored by Chunlei Wu on 17 September 2019, 18:19:14 UTC
added link to github repo in README.md
Tip revision: fa6563a
requirements.txt
# Required python modules for this project.
# To install all requirement, run
#    pip install -r requirements.txt
#
# also requires pycurl module, which is better installed globally using
#
# sudo apt-get install python-pycurl
#
# or, alternatively,
# sudo apt-get install libcurl4-gnutls-dev
# pip install pycurl


pyes>=0.99.5
elasticsearch>=1.2.0
thrift>=0.9.1
tornado>=3.2
tornadoes>=1.4.1

#for tracking API on Google Analytics
-e git+https://github.com/cyrus0824/py-ga-mob.git#egg=pyga

#for build sphinx docs
Sphinx>=1.2.3
#sphinx-bootstrap-theme==0.3.1

#for nosetests
nose>=1.3.0
httplib2>=0.8

#for internal API-API querying (mygene-myspecies)
requests>=2.9.1

#Optional
msgpack-python
back to top