Depyth
Analysis of your requirements.txt
General
Installing your requirements.txt would mean installing up to {{ nb_deps }} packages, for a total download size of around {{totalWeight.value}}.
Note: this estimation does not take into account platforms and architectures, and includes all optional packages.
Weight chart
		{% for package in packageByWeight %}
		
			
		
	{% endfor %}
	
	{{package.name}}
{{package.humanWeight}} - {{ package.weight | divided_by: totalWeight.raw | times: 100 | round }}%