26 lines
		
	
	
	
		
			377 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			377 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
pytz = "*"
 | 
						|
click = "*"
 | 
						|
"mastodon.py" = "*"
 | 
						|
lingua-language-detector = "*"
 | 
						|
html2text = "*"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
mypy = "*"
 | 
						|
black = "*"
 | 
						|
prospector = "*"
 | 
						|
bandit = "*"
 | 
						|
coverage = "*"
 | 
						|
pytest = "*"
 | 
						|
pytest-mock = "*"
 | 
						|
radon = "*"
 | 
						|
pytest-vulture = "*"
 | 
						|
types-pytz = "*"
 | 
						|
 | 
						|
[requires]
 | 
						|
python_version = "3.9"
 |