Pip install git path modified pylint - simplescheduler

This commit is contained in:
Ayush Shah 2021-08-18 01:01:20 +05:30
parent 351bf9a4ac
commit 19f7904258
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
python -m spacy download en_core_web_sm
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 = {
"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 = {