[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] cliapp = {editable = true, path = "."} black = "*" flake8 = "*" pytest = "*" [dev-packages] # Use the same version as the "Black" VS Code extension black = "==26.3.1" # Use the same version as the "Flake8" VS Code extension flake8 = "==7.3.0" pytest = "*" [requires] python_version = "3.10"