diff options
| author | gdamms <damguillotin@gmail.com> | 2026-07-24 12:44:20 +0200 |
|---|---|---|
| committer | gdamms <damguillotin@gmail.com> | 2026-07-24 12:44:20 +0200 |
| commit | 77aed43a99a295f3202063edefcb7ce01e011958 (patch) | |
| tree | e34a042a75cdb52e2d30afc11dc82660c22f36d5 /pyproject.toml | |
| download | dog-friendly-data-77aed43a99a295f3202063edefcb7ce01e011958.tar.gz dog-friendly-data-77aed43a99a295f3202063edefcb7ce01e011958.zip | |
first commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..aac7e12 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "dog-friendly-data" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.14" +dependencies = [ + "requests>=2.34.2", +] |
