From 0ae0d1e31103616d3b01fb00987d24215f251890 Mon Sep 17 00:00:00 2001 From: Marius van Niekerk Date: Fri, 12 Feb 2021 10:15:14 -0500 Subject: [PATCH] Update meta.yaml --- recipe/meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 84a51ac..d3de78d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -40,6 +40,7 @@ requirements: - flask-wtf - geopy - gunicorn >=20.0.2,<20.1 + - holidays =0.10.3 - humanize - isodate - markdown >=3.0 @@ -49,11 +50,14 @@ requirements: - pathlib2 - polyline - pyarrow >=1.0.1,<1.1 + - pyjwt >=1.7.1,<2 + - pyparsing >=2.4.7, <3.0.0 - python >=3.7,<3.8 - python-dateutil - python-dotenv - python-geohash - pyyaml >=5.1 + - redis-py - retry >=0.9.2 - selenium >=3.141.0 - simplejson >=3.15.0 @@ -61,7 +65,7 @@ requirements: - sqlalchemy >=1.3.16,<2.0,!=1.3.21 - sqlalchemy-utils >=0.36.6,<0.37 - sqlparse ==0.3.0 - - typing + - typing_extensions >=3.7.4.3,<4 - wtforms-json test: