-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setup.py dependencies by removing pull from requirements.txt (#333)
* Fix setup.py dependencies by removing pull from requirements.txt * Update requirements
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Dependencies required for installation (keep in sync with setup.py) | ||
requests >= 2.16.2 | ||
six >= 1.12.0 | ||
stone >= 2.* | ||
# Other dependencies for development | ||
ply | ||
pytest | ||
pytest-runner | ||
requests | ||
six==1.14.0 | ||
sphinx | ||
twine | ||
wheel | ||
stone>=2.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters