aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
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"