Skip to content

Commit

Permalink
Merge pull request #62 from 99Kies/master
Browse files Browse the repository at this point in the history
del .DS_Store
  • Loading branch information
shuangbi authored Sep 29, 2020
2 parents 1a4910a + c08e090 commit 17afa00
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
### Venv ###
venv/
*.pyc

### Build File ###
.idea/
build/
dist/
huobi_client.egg-info/

### Python ###
__pycache__
*.pyc
huobi/privateconfig.py

### Other ###
.DS_Store
Binary file removed huobi/client/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
APScheduler==3.6.3
requests==2.20.1
aiohttp==3.6.2
websocket_client==0.57.0

0 comments on commit 17afa00

Please sign in to comment.