mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-03 20:19:31 +00:00 
			
		
		
		
	Pip install git path modified pylint - simplescheduler
This commit is contained in:
		
							parent
							
								
									351bf9a4ac
								
							
						
					
					
						commit
						19f7904258
					
				@ -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"
 | 
			
		||||
 | 
			
		||||
@ -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 = {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user