summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2015-11-13 09:46:02 -0800
committerJohn Dickinson <me@not.mn>2015-11-13 09:46:02 -0800
commit6e95fb5d164e6fdc3bf036c40dd54a19fd67199a (patch)
tree568bdf5bacfe81b5f4c1122ca343bf83fed30aea /requirements.txt
parentc03d53ab7737e208d9c436088e41f60fdab96b30 (diff)
downloadswift-6e95fb5d164e6fdc3bf036c40dd54a19fd67199a.tar.gz
remove pbr from requirements.txt. It's not a run-time dependency
Change-Id: I46f498122fccb0830304acba7f99fee64badfe12
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index bac2dd236..31542d6ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=1.6
dnspython>=1.12.0;python_version<'3.0'
dnspython3>=1.12.0;python_version>='3.0'
eventlet>=0.16.1,!=0.17.0