This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
forked from danpaquin/coinbasepro-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The way the dependencies are specified is too specific, and is causing a bunch of conflicts elsewhere. Let's update setup.py to do things the right way, then update requirements-dev.txt with `pip freeze > requirements-dev.txt`.
- Loading branch information
1 parent
bd4e2eb
commit e4ba196
Showing
3 changed files
with
26 additions
and
12 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
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,7 +1,17 @@ | ||
sortedcontainers>=1.5.9 | ||
requests==2.13.0 | ||
six==1.10.0 | ||
websocket-client==0.40.0 | ||
pymongo==3.5.1 | ||
pytest>=3.3.0 | ||
python-dateutil>=2.7.3 | ||
atomicwrites==1.2.1 | ||
attrs==18.2.0 | ||
cbpro==1.1.4 | ||
certifi==2018.10.15 | ||
chardet==3.0.4 | ||
idna==2.7 | ||
more-itertools==4.3.0 | ||
pluggy==0.8.0 | ||
py==1.7.0 | ||
pymongo==3.7.2 | ||
pytest==4.0.1 | ||
python-dateutil==2.7.5 | ||
requests==2.20.1 | ||
six==1.11.0 | ||
sortedcontainers==2.1.0 | ||
urllib3==1.24.1 | ||
websocket-client==0.54.0 |
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