diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-16 21:26:19 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-16 21:26:19 +0100 |
commit | 136ceb81dbe1fe9cd06fb213604ea6c60e0ebe23 (patch) | |
tree | fd735a6e814a00a89bae2df0f7b4a7e4a7efe84f /Pipfile | |
parent | 403fde8027c76a978edaf0f1e2f010b7ace36e21 (diff) |
removed pipenv files
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" |