From a02bd94d16368bee40a2ba7bfb6baba7d7751f30 Mon Sep 17 00:00:00 2001 From: phot0n Date: Sat, 23 Jul 2022 18:39:23 +0530 Subject: [PATCH] chore: remove payment gateway libraries --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d9027309d..3c47edc440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,16 +75,12 @@ dependencies = [ # integration dependencies "boto3~=1.17.53", - "braintree~=4.8.0", "dropbox~=11.7.0", "google-api-python-client~=2.2.0", "google-auth-httplib2~=0.1.0", "google-auth-oauthlib~=0.4.4", "google-auth~=1.29.0", "googlemaps~=4.4.5", - "paytmchecksum~=1.7.0", - "razorpay~=1.2.0", - "stripe~=2.56.0", ] [build-system]