diff options
author | mia <mia@mia.jetzt> | 2024-07-30 12:58:25 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-07-30 12:58:25 -0700 |
commit | f0606a08799663f12f7999945980dc1df06fe048 (patch) | |
tree | 704d7b702beb5c1a16299930519e3cc01b4bbaaa /pyproject.toml | |
parent | 1d3ae7d37838be13b7c5dc28f0657577eeaff759 (diff) | |
download | zoner-f0606a08799663f12f7999945980dc1df06fe048.tar.gz zoner-f0606a08799663f12f7999945980dc1df06fe048.zip |
replace requests with httpx
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 98d75e4..0b4d932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "zoner" -version = "1" -dependencies = ["requests"] +version = "2" +dependencies = ["httpx"] [project.scripts] zoner = "zoner:main" |