We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd72c6 commit 28d11c8Copy full SHA for 28d11c8
3 files changed
.gitignore
@@ -55,3 +55,6 @@ docs/_build/
55
56
# PyBuilder
57
target/
58
+
59
+# Venv
60
+venv
setup.cfg
setup.py
@@ -64,6 +64,6 @@ def long_description():
64
65
ext_modules = [ext],
66
setup_requires=['cffi>=1.0.0'],
67
- install_requires=['cffi>=1.0.0']
+ install_requires=['cffi>=1.0.0', 'pep272-encryption']
68
69
)
0 commit comments