[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages] # Here goes your package requirements for running the application and its versions (which packages you will use when running the application).
numpy = 1.18

[requires] # Here goes your required Python version.
python_version = "3.6"
