Skip to content

Commit

Permalink
Fix commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
metamorphic-spyware committed Sep 3, 2021
1 parent f18401f commit 72bbb78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name="enrocrypt",
version="1.1.3",
author="Morgan-Phoenix",
author_email="mikebrain61@gmail.com",
description="This is a Python Module For Encryption, Hashing And Other stuff",
long_description=file,
long_description_content_type="text/markdown",
Expand All @@ -18,6 +17,6 @@
"Operating System :: OS Independent",
],
packages=find_packages(),
install_requires=['cryptography'],
install_requires=['cryptography', 'passlib'],
python_requires=">=3.6",
)

0 comments on commit 72bbb78

Please sign in to comment.