Skip to content

Commit

Permalink
Moved requirements directly into setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wilhelm authored and Florian Wilhelm committed Jul 3, 2015
1 parent 850cf24 commit 4c3648e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
six
setuptools>=9.0
pbr>=1.2,<1.3
setuptools_scm>=1.5,<1.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize_options(self):
def setup_package():
# Install our dependencies directly since we need them now
dist = Distribution()
dist.fetch_build_eggs(['setuptools-scm', 'pbr'])
dist.fetch_build_eggs(['setuptools_scm>=1.5,<1.6', 'pbr>=1.2,<1.3'])
from pbr.util import cfg_to_args

docs_path = os.path.join(__location__, 'docs')
Expand Down

0 comments on commit 4c3648e

Please sign in to comment.