47 lines
		
	
	
		
			814 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			814 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://pypi.python.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
django = "~=3.1"
 | 
						|
pillow = "*"
 | 
						|
dateparser = "~=0.7"
 | 
						|
django-cors-headers = "*"
 | 
						|
djangorestframework = "~=3.12"
 | 
						|
python-gnupg = "*"
 | 
						|
python-dotenv = "*"
 | 
						|
filemagic = "*"
 | 
						|
pyocr = "~=0.7"
 | 
						|
langdetect = "*"
 | 
						|
pdftotext = "*"
 | 
						|
django-filter = "~=2.4"
 | 
						|
python-dateutil = "*"
 | 
						|
psycopg2-binary = "*"
 | 
						|
scikit-learn="~=0.23"
 | 
						|
whoosh="~=2.7"
 | 
						|
gunicorn = "*"
 | 
						|
whitenoise = "~=5.2"
 | 
						|
fuzzywuzzy = "*"
 | 
						|
python-Levenshtein = "*"
 | 
						|
django-extensions = "*"
 | 
						|
watchdog = "*"
 | 
						|
pathvalidate = "*"
 | 
						|
django-q = "*"
 | 
						|
redis = "*"
 | 
						|
imap-tools = "*"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
coveralls = "*"
 | 
						|
factory-boy = "*"
 | 
						|
sphinx = "~=3.3"
 | 
						|
tox = "*"
 | 
						|
pycodestyle = "*"
 | 
						|
pytest = "*"
 | 
						|
pytest-cov = "*"
 | 
						|
pytest-django = "*"
 | 
						|
pytest-sugar = "*"
 | 
						|
pytest-env = "*"
 | 
						|
pytest-xdist = "*"
 | 
						|
sphinx_rtd_theme = "*"
 |