Skip to content

Commit a91d3f0

Browse files
authored
Merge pull request #59 from angel-one/Pycrypto
Removing pycryptodome
2 parents ff60852 + d575678 commit a91d3f0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

SmartApi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = "Angel Broking openApi integration"
33
__url__ = "https://www.angelbroking.com/"
44
__download_url__ = "https://github.com/angel-one/smartapi-python"
5-
__version__ = "1.4.1"
5+
__version__ = "1.5.2"
66
__author__ = "ab-smartapi"
77
__token__ = "ab-smartapi"
88
__author_email__ = "smartapi.sdk@gmail.com"

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ incremental==22.10.0
1212
isodate==0.6.1
1313
logzero==1.7.0
1414
pycparser==2.21
15-
pycryptodome==3.20.0
1615
pyotp==2.8.0
1716
pyparsing==3.1.0
1817
python-dateutil==2.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="smartapi-python",
15-
version="1.5.1",
15+
version="1.5.2",
1616
author="ab-smartapi",
1717
author_email="smartapi.sdk@gmail.com",
1818
description="Angel Broking openApi integration",

0 commit comments

Comments
 (0)