diff options
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" |