diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index ccfc877..0000000 --- a/Pipfile +++ /dev/null @@ -1,22 +0,0 @@ -[[source]] -name = "pypi" -url = "https://pypi.org/simple" -verify_ssl = true - -[dev-packages] -pytest = "*" -pyinstaller = "*" -pdbpp = "*" -ptipython = "*" -pytest-sugar = "*" -flake8 = "*" -mypy = "*" - -[packages] -python-dateutil = "*" -click = "*" -datamaps = {editable = true,path = "."} -bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"} - -[requires] -python_version = "3.8" |