diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e4979ab --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[options] +install_requires = + httpx \ No newline at end of file