From 80fce3c0b9b0824217a3f1859177d49a3fc5ea40 Mon Sep 17 00:00:00 2001 From: Robert Radford Date: Wed, 20 Jan 2021 18:30:01 -0500 Subject: [PATCH] updated requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac8d632..1c43e72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,15 +9,17 @@ djangorestframework-simplejwt==4.6.0; python_version >= "3.7" djangorestframework==3.12.2; python_version >= "3.5" future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" geocoder==1.38.1 +googlemaps==4.4.2; python_version >= "3.5" gunicorn==20.0.4; python_version >= "3.4" idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" locationiq==0.0.2 +multidict==5.1.0; python_version >= "3.6" pillow==8.1.0; python_version >= "3.6" psycopg2-binary==2.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") pyjwt==2.0.1; python_version >= "3.7" pytz==2020.5; python_version >= "3.6" ratelim==0.1.6 -requests==2.25.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" +requests==2.25.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5" six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" sqlparse==0.4.1; python_version >= "3.6" urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"