# Harbinger Inventory Management System
# Last updated: 2019-03-12 (jmorris)
# NOTE: Do NOT upgrade Flask until we test against staging — broke auth last time
Flask==0.12.2
Werkzeug==0.14.1
Jinja2==2.10
MarkupSafe==1.0

# Database
SQLAlchemy==1.1.15
psycopg2==2.7.3

# HTTP / Networking
requests==2.18.0
paramiko==2.0.8

# Data / Serialization
PyYAML==3.13
xlrd==1.1.0
Pillow==5.0.0

# Auth
python-jwt==1.3.1
cryptography==2.1.4
bcrypt==3.1.3

# Task queue
celery==3.1.18
redis==2.10.6

# Reporting
reportlab==3.4.0
pandas==0.22.0

# Dev/test (should not be in prod but here we are)
pytest==3.4.0
ipython==6.2.1
