Skip to content

Commit

Permalink
More fixes for pip issues
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdaly committed May 4, 2019
1 parent 69527e6 commit 07ba3c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ requirements: ## Installs Python dependencies
generate-requirements: ## Generates the project's requirements.txt files
$(GENERATE_DEPENDENCIES) > requirements.txt
$(GENERATE_DEPENDENCIES_DEV) > requirements-dev.txt
$(INVOKE) develop.update-requirements
#$(INVOKE) develop.update-requirements

# Documentation

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ versioneer==0.18
virtualenv==16.5.0
wcwidth==0.1.7
webencodings==0.5.1
widgetsnbextension==3.4.2
widgetsnbextension==3.4.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-i https://pypi.org/simple
--no-use-pep517 -e .
-e .
arpeggio==1.9.0
attrs==19.1.0
parver==0.2.1
six==1.12.0
toml==0.10.0
xxhash==1.3.0
xxhash==1.3.0

0 comments on commit 07ba3c4

Please sign in to comment.