boartty/requirements.txt
James E. Blair 712f83fbfa Upgrade to requests 2.5.3
Recent requests were leaking this exception from its vendored copy
of urllib3:

  ProtocolError: ('Connection aborted.', error(101, 'Network is unreachable'))

Update to a version where this is fixed so that we can correctly
detect that and switch to offline mode.

Change-Id: I28a223c0c4a4dd1f9c073e0ddf07985ff52386b2
2015-03-11 09:41:57 -07:00

13 lines
186 B
Plaintext

pbr>=0.6,!=0.7,<1.0
urwid>=1.2.1,!=1.3.0
SQLAlchemy>=0.9.4
GitPython>=0.3.2.RC1
python-dateutil
requests>=2.5.3,<3.0.0
ordereddict
alembic>=0.6.4
PyYAML>=3.1.0
voluptuous>=0.7
ply>=3.4