From e9b0624963af0069a3b61845c512985d18a9362d Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Mon, 1 May 2023 15:21:08 +0200 Subject: [PATCH] init --- .gitignore | 1 + pyproject.toml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 pyproject.toml 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