summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-05-10 23:44:58 -0400
committerDonald Stufft <donald@stufft.io>2013-05-10 23:44:58 -0400
commita6f9d17a5981f0e57db7ab222f43ffa6598e0fd7 (patch)
treefcd33200f4d394c0343d23a6f5c5d2cddb05def9 /requirements.txt
parent91fc18b2d40068030491d35530e4d2824a9a3205 (diff)
downloadpy-bcrypt-git-a6f9d17a5981f0e57db7ab222f43ffa6598e0fd7.tar.gz
Add tests to ensure behavior
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..3f2960d
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+# Install bcrypt (and it's dependencies)
+-e .[tests]