From babcf7d25b6d64de031077b60c8cb7a5e9ebea67 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Tue, 12 Nov 2019 16:07:19 +0530 Subject: [PATCH] chore: trimmed requirements by pipreqs --- requirements.txt | 130 ++++++++++++++++++++++------------------------- 1 file changed, 62 insertions(+), 68 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84788c863e..41f2a405e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,68 +1,62 @@ -boto3 -chardet -dropbox==9.1.0 -gunicorn -jinja2 -markdown2==2.3.5 -PyMySQL -maxminddb-geolite2 -python-dateutil -pytz -six -werkzeug -semantic_version -rauth>=0.6.2 -requests -redis==2.10.6 -selenium -babel==2.6.0 -ipython -html2text==2016.9.19 -email_reply_parser -click==7.0 -num2words==0.5.5 -watchdog==0.8.0 -bleach==2.1.4 -bleach-whitelist -Pillow -beautifulsoup4 -rq==0.12.0 -schedule -cryptography -pyopenssl -ndg-httpsclient -pyasn1 -zxcvbn-python -unittest-xml-reporting -oauthlib -requests-oauthlib -pdfkit -PyJWT -PyPDF2 -openpyxl -pyotp -pyqrcode -pypng -premailer -croniter -googlemaps==3.1.1 -braintree -future -passlib -google-api-python-client -google-auth -google-auth-httplib2 -google-auth-oauthlib -faker -stripe -coverage -urllib3 -GitPython==2.1.11 -psycopg2==2.7.5 -psycopg2-binary==2.7.5 -sqlparse==0.2.4 -Pygments==2.2.0 -frontmatter -PyYAML==3.13 -xlrd -RestrictedPython==5.0 \ No newline at end of file +setuptools==40.8.0 +urllib3==1.25.6 +Jinja2==2.10.3 +semantic_version==2.8.2 +pip==19.2.3 +chardet==3.0.4 +Click==7.0 +six==1.12.0 +requests==2.22.0 +ipython==7.9.0 +Image==1.5.27 +Pillow==6.2.1 +PyPDF2==1.26.0 +RestrictedPython==5.0 +google_api_python_client==1.7.11 +Babel==2.7.0 +bleach==3.1.0 +bleach_whitelist==0.0.10 +boto3==1.10.15 +botocore==1.13.15 +braintree==3.57.1 +beautifulsoup4==4.8.1 +coverage==4.5.4 +croniter==0.3.30 +cryptography==2.8 +pycups==1.9.74 +python_dateutil==2.8.1 +dropbox==9.4.0 +email_reply_parser==0.5.9 +Faker==2.0.3 +python_frontmatter==0.4.5 +protobuf==3.10.0 +html2text==2019.9.26 +PyJWT==1.7.1 +python_ldap==3.2.0 +ldap3==2.6.1 +markdown2==2.3.8 +num2words==0.5.10 +oauthlib==3.1.0 +openpyxl==3.0.0 +passlib==1.7.1 +future==0.18.2 +pdfkit==0.6.1 +premailer==3.6.1 +psycopg2==2.8.4 +Pygments==2.4.2 +pymysql==0.9.3 +pyotp==2.3.0 +pyqrcode==1.2.1 +pytz==2019.3 +rauth==0.7.3 +redis==3.3.11 +rq==1.1.0 +schedule==0.6.0 +selenium==3.141.0 +sqlparse==0.3.0 +stripe==2.40.0 +watchdog==0.9.0 +Werkzeug==0.16.0 +xlrd==1.2.0 +xmlrunner==1.7.7 +zxcvbn==4.4.28