mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
Merge pull request #223 from open-metadata/pylinterr-handle
Pip install git path modified pylint - simplescheduler
This commit is contained in:
commit
0dbb41fe7d
@ -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"
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user