diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-14 16:15:38 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-14 16:15:38 +0000 |
commit | 5d75bea2d1ddd4fc490a5df4953b071f40aff180 (patch) | |
tree | 9c8084aeb1ab02a23e429685152bd87d5ca0de4c /Pipfile | |
parent | 86c4b6777568c08079b90aff60f008f28f3ea433 (diff) |
quick and incomplete fix for #5
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,10 +13,10 @@ flake8 = "*" mypy = "*" [packages] -bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"} python-dateutil = "*" click = "*" datamaps = {editable = true,path = "."} +bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"} [requires] python_version = "3.7" |