diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-27 15:12:57 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-27 15:12:57 +0100 |
commit | d4272b28da76c2d1fe110d611ef08a445f11ceb2 (patch) | |
tree | af01f431bd39504bb2d9234c7c6a41879b95051f /Pipfile |
initial commit
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] +pytest = "*" + +[packages] +openpyxl = "*" +bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"} +colorlog = "*" +python-dateutil = "*" +click = "*" +datamaps = {editable = true,path = "."} + +[requires] +python_version = "3.8" |