summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:22:46 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:22:46 +0200
commit222fb5f44796c739b71afff74998e06ff22ca111 (patch)
treee7fa1778f6ca9d4cd8f5a832dc527b81ee3420b6 /Pipfile
parentb6cebd53fcafd3088fc8361f6d3466166f75410b (diff)
downloadrsa-git-222fb5f44796c739b71afff74998e06ff22ca111.tar.gz
Switch from Pipenv to Poetry
Poetry has a nicer interface, performs more tasks than Pipenv, and is generally more pleasant to use.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Pipfile b/Pipfile
deleted file mode 100644
index b22cab3..0000000
--- a/Pipfile
+++ /dev/null
@@ -1,20 +0,0 @@
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-"pyasn1" = ">=0.1.3"
-
-[dev-packages]
-tox = "*"
-mock = ">=2.0.0"
-Sphinx = "*"
-coveralls = "*"
-pytest = "*"
-pytest-cov = "*"
-pathlib2 = {version = "*",markers = "python_version < '3.6'"}
-mypy = "*"
-
-[requires]
-python_version = "3.7"