Skip to content

Commit

Permalink
HC-367: Update to latest Pallet Project versions (#49)
Browse files Browse the repository at this point in the history
* updated version of flask and flask-restx

commented out click b/c its not being used by the repo

* remove commented out pin

* un-pin flask

* Sync pins with pele

* less than

Co-authored-by: dustinklo <dustinlo.pcc@gmail.com>
Co-authored-by: Mike Cayanan <michael.d.cayanan@jpl.nasa.gov>
  • Loading branch information
3 people authored Feb 2, 2022
1 parent c86704a commit 88c70b1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@

setup(
name='grq2',
version='2.0.14',
version='2.0.15',
long_description='GeoRegionQuery REST API using ElasticSearch backend',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=[
# TODO: remove this pin on click once this celery issue is resolved:
# https://github.com/celery/celery/issues/6768
'click>=7.0,<8.0',
'flask-restx>=0.4.0',
'elasticsearch>=7.0.0,<7.14.0',
'Flask>=2.0.0',
'flask-restx>=0.5.1',
"elasticsearch>=7.0.0,<7.14.0",
'shapely>=1.5.15',
'Cython>=0.15.1',
'Cartopy>=0.13.1',
Expand All @@ -26,6 +24,6 @@
'pymongo',
'requests',
'pyshp',
'redis',
'redis'
]
)

0 comments on commit 88c70b1

Please sign in to comment.