41 lines
		
	
	
		
			655 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			655 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://pypi.python.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
django = "*"
 | 
						|
pillow = "*"
 | 
						|
dateparser = "*"
 | 
						|
django-cors-headers = "*"
 | 
						|
djangorestframework = "*"
 | 
						|
inotify-simple = "*"
 | 
						|
python-gnupg = "*"
 | 
						|
python-dotenv = "*"
 | 
						|
filemagic = "*"
 | 
						|
pyocr = "*"
 | 
						|
langdetect = "*"
 | 
						|
pdftotext = "*"
 | 
						|
django-filter = "*"
 | 
						|
python-dateutil = "*"
 | 
						|
psycopg2-binary = "*"
 | 
						|
scikit-learn="*"
 | 
						|
whoosh="*"
 | 
						|
gunicorn = "*"
 | 
						|
whitenoise = "*"
 | 
						|
 | 
						|
django-extensions = "*"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
coveralls = "*"
 | 
						|
factory-boy = "*"
 | 
						|
sphinx = "*"
 | 
						|
tox = "*"
 | 
						|
pycodestyle = "*"
 | 
						|
pytest = "*"
 | 
						|
pytest-cov = "*"
 | 
						|
pytest-django = "*"
 | 
						|
pytest-sugar = "*"
 | 
						|
pytest-env = "*"
 | 
						|
pytest-xdist = "*"
 |