From 8cb4a4e8a9b724ec407abca32973409cf86e2f45 Mon Sep 17 00:00:00 2001 From: Mohsin Mukhtiar Lashari <160683327+president-xd@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:24:58 +0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5961e31..a598f0c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url='https://github.com/president-xd/Cryptix', packages=find_packages(), install_requires=[ - 'numpy', + 'numpy', 'cryptography' ], classifiers=[