Merge pull request #223 from open-metadata/pylinterr-handle

Pip install git path modified pylint - simplescheduler
This commit is contained in:
Suresh Srinivas 2021-08-17 13:20:38 -07:00 committed by GitHub
commit 0dbb41fe7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ pip install --upgrade setuptools openmetadata-ingestion==0.2.1 apns
# pip install en_core_web_sm-3.0.0-py3-none-any.whl # pip install en_core_web_sm-3.0.0-py3-none-any.whl
python -m spacy download en_core_web_sm python -m spacy download en_core_web_sm
rm -rf en_core_web_sm-3.0.0-py3-none-any.whl rm -rf en_core_web_sm-3.0.0-py3-none-any.whl
pip install "simplescheduler@git+https://github.com/StreamlineData/sdscheduler.git#egg=simplescheduler" pip install "simplescheduler@git+git://github.com/open-metadata/simplescheduler.git#egg=simplescheduler"

View File

@ -38,7 +38,7 @@ def get_long_description():
scheduler_requirements = { scheduler_requirements = {
"apns@git+git://github.com/djacobs/PyAPNs.git#egg=apns", "apns@git+git://github.com/djacobs/PyAPNs.git#egg=apns",
"simplescheduler@git+https://github.com/open-metadata/simplescheduler.git#egg=simplescheduler" "simplescheduler@git+git://github.com/open-metadata/simplescheduler.git#egg=simplescheduler"
} }
base_requirements = { base_requirements = {