diff options
| author | Ryan Petrello <lists@ryanpetrello.com> | 2015-05-27 09:45:30 -0400 |
|---|---|---|
| committer | Ryan Petrello <lists@ryanpetrello.com> | 2015-05-27 09:51:31 -0400 |
| commit | d60de97edcab0d9bfe7f6592944c666ecc4151e4 (patch) | |
| tree | f59e6f0bdabf29a8579f1111ebc78dd7714506da | |
| parent | 0f2516ef1c7c289a89338f8b0a57fb5a0a35fd62 (diff) | |
| download | wsme-d60de97edcab0d9bfe7f6592944c666ecc4151e4.tar.gz | |
Add pytz as a dependency.
pytz was used in https://review.openstack.org/#/c/161013 but is not a WSME
dependency. This causes pecan test, which gates against WSME, to fail.
Change-Id: I71e60648a08f019c0da355ba2d25ea05d6fcdf2f
| -rw-r--r-- | requirements-py3.txt | 1 | ||||
| -rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt index 295c61e..84d9dc6 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -1,3 +1,4 @@ six>=1.9.0 WebOb>=1.2.3 simplegeneric +pytz diff --git a/requirements.txt b/requirements.txt index b4112a0..8662b14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ six>=1.9.0 WebOb>=1.2.3 simplegeneric ipaddr +pytz |
