From 14fda399b33105cd0964af32292c8f40d037705b Mon Sep 17 00:00:00 2001 From: Vaibhav Sharma <88285949+vbv-shm@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:43:16 +0530 Subject: [PATCH] Update requirements_dev.txt pycrypto is causing error when installing smartApi-python through pip. It is also not used anywhere in code. This commit remove it from requirements. --- requirements_dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1f038d1a..075f36d9 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 -pycrypto==2.6.1 pyotp==2.8.0 pyparsing==3.1.0 python-dateutil==2.8.2