Skip to content

Commit

Permalink
Add websockets back & ignore activate
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 28, 2020
1 parent 5296c77 commit 5483488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pip-delete-this-directory.txt
.eggs
.venv
venv
activate

# mypy
.mypy_cache/
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"chiabip158", # bip158-style wallet filters
"chiapos", # proof of space
"sortedcontainers",
"websockets", #websockets
]
dev_dependencies = [
"pytest",
Expand Down

0 comments on commit 5483488

Please sign in to comment.