[[source]] # Here goes your package sources (where you are downloading your packages from).
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).
future = "*"
click = ">=7.0"
dnacentersdk= ">=2.0.0"

[dev-packages] # Here goes your package requirements for developing the application and its versions (which packaes you will use when developing the application)
pytest = "==5.4.3"
flake8 = "*"
setuptools_scm = "==3.3.3"
pytest-rerunfailures = "==9.0"
