File size: 418 Bytes
e98c0d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [tool.poetry]
name = "PythonProjects"
version = "2.0.0"
homepage = "https://github.com/roghu/py3_projects"
license = "MIT"
readme = "README.md"
authors = ["Dependabot <support@dependabot.com>"]
description = "Various small python projects."
[tool.poetry.dependencies]
python = "^3.7"
requests = "2.18.0"
[[tool.poetry.source]]
name = "custom-source.1"
url = "https://some.internal.registry.com/pypi/"
default = true
|