summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-02-12 14:54:45 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-02-12 14:54:45 -0500
commitda3abe3093ff3eb53187ff20fb38428dc0e2af71 (patch)
tree0e2df1b2839f07a11374a9483d2d2b09d90f36fb
parent8f8e16421d4523c4e63149d7f6ac627ca89408ae (diff)
downloadparamiko-rtd-cryptography.tar.gz
RTD without a config file seemed to be implicitly installing selfrtd-cryptography
But with one, it doesn't. May as well enshrine in the dev-reqs as we do in most other projects.
-rw-r--r--dev-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 9a7be339..6e1e0e76 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -20,3 +20,5 @@ releases>=1.5,<2.0
semantic_version>=2.4,<2.5
wheel==0.24
twine==1.11.0
+# Self
+-e .