Skip to content

Commit a8a5cca

Browse files
committed
Use cmd2 0.9.15 from PyPI for talk instead of an editable installation from GitHub
1 parent 1378bc3 commit a8a5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyOhio_2019/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[packages]
7-
cmd2 = {editable = true,path = "../../../cmd2"}
7+
cmd2 = "==0.9.15"
88
gnureadline = {version = "*",sys_platform = "== 'darwin'"}
99
ipython = "*"
1010
pyreadline = {version = "*",sys_platform = "== 'win32'"}

0 commit comments

Comments
 (0)