We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0320729 commit 08ce691Copy full SHA for 08ce691
requirements.txt
@@ -1,5 +1,4 @@
1
jsonpickle
2
python-magic
3
python-gnupg>=0.5
4
-py3-validate-email; python_version >= '3.8'
5
-py3-validate-email<1.0.6; python_version < '3.8'
+py3-validate-email
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='envelope',
24
- version='2.0.4',
+ version='2.0.5',
25
packages=['envelope'],
26
author='Edvard Rejthar',
27
author_email='[email protected]',
0 commit comments