zuul/requirements.txt
James E. Blair 4697e46abc Remove -e from requirements
We don't need these unreleased requirements to be editable.  Doing
so means that they are installed into the user's home directory.
That doesn't work if you install them as root.

Instead, install them in the normal, non-editable manner.

Change-Id: Iab7b946d03db8e80ac296485bb8de3f9c89cb8b5
2017-10-13 13:14:26 -07:00

34 lines
785 B
Plaintext

pbr>=1.1.0
# pull from master until https://github.com/sigmavirus24/github3.py/pull/671
# is in a release
git+https://github.com/sigmavirus24/github3.py.git@develop#egg=Github3.py
PyYAML>=3.1.0
Paste
WebOb>=1.2.3
paramiko>=1.8.0,<2.0.0
# Using a local fork of gitpython until at least these changes are in a
# release.
# https://github.com/gitpython-developers/GitPython/pull/682
# https://github.com/gitpython-developers/GitPython/pull/686
git+https://github.com/jeblair/GitPython.git@zuul#egg=GitPython
python-daemon>=2.0.4,<2.1.0
extras
statsd>=1.0.0,<3.0
voluptuous>=0.10.2
gear>=0.9.0,<1.0.0
apscheduler>=3.0
PrettyTable>=0.6,<0.8
babel>=1.0
ansible>=2.3.0.0,<2.4
netaddr
kazoo
sqlalchemy
alembic
cryptography>=1.6
cachecontrol
pyjwt
iso8601
aiohttp
uvloop;python_version>='3.5'