Skip to content

Commit

Permalink
setup: bump viv dep to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Sep 8, 2020
1 parent e1c7993 commit 09da1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
else:
# py2
requirements.append("enum34==1.1.6") # v1.1.6 is needed by halo 0.0.30 / spinners 0.0.24
requirements.append("vivisect==0.1.0rc3")
requirements.append("vivisect==0.1.0")
requirements.append("viv-utils")
requirements.append("networkx==2.2") # v2.2 is last version supported by Python 2.7
requirements.append("backports.functools-lru-cache")
Expand Down

0 comments on commit 09da1d1

Please sign in to comment.