This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new abda115 add requirements and a stub for a support package
abda115 is described below
commit abda115c5085f01a4623db34ef27f556b979cbc4
Author: Greg Stein <[email protected]>
AuthorDate: Fri May 27 03:06:53 2022 -0400
add requirements and a stub for a support package
---
v3/requirements.txt | 3 +++
v3/steve/__init__.py | 1 +
2 files changed, 4 insertions(+)
diff --git a/v3/requirements.txt b/v3/requirements.txt
new file mode 100644
index 0000000..ace27a2
--- /dev/null
+++ b/v3/requirements.txt
@@ -0,0 +1,3 @@
+passlib
+argon2-cffi
+cryptography
diff --git a/v3/steve/__init__.py b/v3/steve/__init__.py
new file mode 100644
index 0000000..7064491
--- /dev/null
+++ b/v3/steve/__init__.py
@@ -0,0 +1 @@
+# TBD