diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-10-08 01:47:51 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-10-08 01:47:51 +0200 |
commit | a9465fe0745d3713fe19c44188d8cd763ea4671e (patch) | |
tree | 8ff496ba01e8d1c7a2cc94a1e1df6f801596bce0 /Pipfile | |
parent | e784058349e91f983ae43974d9645d5a43fad21e (diff) | |
download | ranger-a9465fe0745d3713fe19c44188d8cd763ea4671e.tar.gz |
Replace pipenv with a simple requirements.txt
Motivations: - we do not want to pin a single Python version like Pipenv usually does - constant issues like https://github.com/pypa/pipenv/issues/2924
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index a927408c..00000000 --- a/Pipfile +++ /dev/null @@ -1,15 +0,0 @@ -[[source]] -url = "https://pypi.org/simple" -verify_ssl = true -name = "pypi" - -[requires] -python_version = "3.5" - -[dev-packages] -pytest = "*" -"flake8" = "*" -pylint = "<2.0.0" -"enum34" = "*" - -[packages] |