Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cffi==1.11.5 # via cryptography
chardet==3.0.4 # via requests
click==6.7 # via mootdx, pytdx
coloredlogs==10.0
cryptography==2.3.1 # via pytdx
cryptography==2.8 # via pytdx
cycler==0.10.0 # via matplotlib
cython==0.28.5
humanfriendly==4.16.1 # via coloredlogs
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8==3.5.0
tox==3.4.0
coverage==4.5.1
cryptography==2.3.1
cryptography==2.8
PyYAML==3.13
pytest==3.8.1
pytest-runner==4.2
Expand Down