Skip to content

Commit

Permalink
fix: require libraries at the worng location
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed Sep 7, 2022
1 parent ddef513 commit b2bbd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import find_packages, setup

install_requires = [
'pystac', 'jsonschema',
'fastjsonschema',
'xmltodict',
'requests'
]

flask_requires = [
'pystac', 'jsonschema',
'flask===2.0.1', 'flask_restful===0.3.9', 'flask-restx===0.5.0', # to create Flask server
'gevent===21.8.0', 'greenlet===1.1.1', # to run flask server
'werkzeug===2.0.1',
Expand Down

0 comments on commit b2bbd42

Please sign in to comment.