From d5756785a1d43e2446dde84824f68af86ff78fec Mon Sep 17 00:00:00 2001 From: Rajinsha26 Date: Mon, 9 Dec 2024 16:26:49 +0530 Subject: [PATCH] Removing pycryptodome --- SmartApi/version.py | 2 +- requirements_dev.txt | 1 - setup.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/SmartApi/version.py b/SmartApi/version.py index ca604e55..f3f62d97 100644 --- a/SmartApi/version.py +++ b/SmartApi/version.py @@ -2,7 +2,7 @@ __description__ = "Angel Broking openApi integration" __url__ = "https://www.angelbroking.com/" __download_url__ = "https://github.com/angel-one/smartapi-python" -__version__ = "1.4.1" +__version__ = "1.5.2" __author__ = "ab-smartapi" __token__ = "ab-smartapi" __author_email__ = "smartapi.sdk@gmail.com" diff --git a/requirements_dev.txt b/requirements_dev.txt index 29513f40..3a7e1980 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,6 @@ incremental==22.10.0 isodate==0.6.1 logzero==1.7.0 pycparser==2.21 -pycryptodome==3.20.0 pyotp==2.8.0 pyparsing==3.1.0 python-dateutil==2.8.2 diff --git a/setup.py b/setup.py index b0bd40a2..ea4784ea 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="smartapi-python", - version="1.5.1", + version="1.5.2", author="ab-smartapi", author_email="smartapi.sdk@gmail.com", description="Angel Broking openApi integration",