aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-03-14 16:15:38 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-03-14 16:15:38 +0000
commit5d75bea2d1ddd4fc490a5df4953b071f40aff180 (patch)
tree9c8084aeb1ab02a23e429685152bd87d5ca0de4c /Pipfile
parent86c4b6777568c08079b90aff60f008f28f3ea433 (diff)
quick and incomplete fix for #5
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 9bdeb79..c708458 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"