Skip to content

Commit 7767a47

Browse files
committed
edit verison for the project
1 parent e2e9c87 commit 7767a47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
__name__ = "redcipher"
4-
__version__ = "v1.0.5"
4+
__version__ = "v1.5"
55
__author__ = "RedMads"
66
__author_email__ = "redmads@protonmail.com"
77
__date__ = "2022-5-12"
@@ -21,6 +21,7 @@
2121
reqFile.close()
2222

2323

24+
2425
setup(
2526
name=__name__,
2627
version=__version__,
@@ -48,7 +49,8 @@
4849

4950
packages=find_packages(),
5051

51-
install_requires=requirements,
52+
install_requires=['pycryptodome==3.14.1',
53+
'colorama==0.4.4', 'cryptography==3.3.2', 'argparse==1.4.0', 'coloredlogs==15.0.1'],
5254

5355
entry_points={
5456
'console_scripts': [

0 commit comments

Comments
 (0)