aboutsummaryrefslogtreecommitdiff
path: root/requires
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2019-09-09 01:53:00 -0400
committerwbond <will@wbond.net>2019-09-13 06:41:24 -0400
commitbba5d621c393b86e6fb0838e631ccea252852189 (patch)
tree1e700c6b17079456926febf5f646911828d685c7 /requires
parent35d686750d96fddcdef6c44d7514dde71dfb0ca0 (diff)
downloadasn1crypto-bba5d621c393b86e6fb0838e631ccea252852189.tar.gz
Create asn1crypto_tests package, along with supporting tooling
Adds the following tasks: - python run.py build - python run.py version {pep440_version} Tests may now be executed a number of different ways and will automatically ensure the local copy of asn1crypto is used, if run from a Git working copy, or archive of a working copy. Versioning scheme switched from SemVer to PEP 440 since that is what the Python ecosystem tooling supports.
Diffstat (limited to 'requires')
-rw-r--r--requires/release4
1 files changed, 3 insertions, 1 deletions
diff --git a/requires/release b/requires/release
index af996cf..91cff65 100644
--- a/requires/release
+++ b/requires/release
@@ -1 +1,3 @@
-twine
+wheel>=0.31.0
+twine>=1.11.0
+setuptools>=38.6.0