diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..235cf4ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Python stuff +*.pyc +.idea +.venv +.tox +tags +.testrepository + +# Vim stuff +.swp +.swo +.*.swp +.*.swo +.ropeproject diff --git a/requirements.txt b/requirements.txt index 30c9d310..7dfed9a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr>=0.6,<1.0 +pbr>=0.6,!=0.7,<1.0