pip>=6.0.8 

#$ sudo yum install pandoc
# pypandoc>=0.8.2  # this one doesn't error if pandoc lib/dev isn't present
wsgiref>=0.1.2
six>=1.9.0

# ipython needs ZeroMQ
pyzmq==14.5.0

Unidecode==0.4.16
cffi==0.8.6
chardet==2.3.0

pyOpenSSL==0.14
pytz>=2014.10
python-dateutil>=2.4.1

pandas>=0.15.2
xlrd>=0.9.3

#$ sudo yum install libjpeg-devel openjpeg-devel
Pillow>=2.7
fuzzywuzzy>=0.5.0
python-Levenshtein==0.12.0
progressbar2==2.7.3

python-slugify==0.1.0

matplotlib==1.4.3
numpy==1.8.2

######################
# pug-ann requirements

# pybrain requires scipy which requires these, but doesn't install them when you do `pip install pybrain` (which fails due to failed imports)
# matplotlib==1.4.3
pyparsing==2.0.3
# fedora 20 is at these versions, so you know the required source libs are available during pip install
scipy==0.12.1

pybrain>=0.3.3

pug-nlp==0.0.15


# ######################
# # dev requirements
# #$ sudo yum install pandoc
# pypandoc>=0.9.6
# # alternative backend for matplotlib (like tkagg)
# python-qt5>=0.1.8 
