From b38f71328ca43c5af4b90fca37f43452897b54af Mon Sep 17 00:00:00 2001 From: AlexButeau Date: Mon, 21 Apr 2025 09:47:56 +0200 Subject: [PATCH] chore: fix build using python -m build --- pyproject.toml | 3 +++ requirements.txt | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9787c3b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 37b92e6..2ea789d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,18 @@ -requests -setuptools -packaging -pytest -websockets \ No newline at end of file +black==25.1.0 +build==1.2.2.post1 +certifi==2025.1.31 +charset-normalizer==3.4.1 +click==8.1.8 +idna==3.10 +iniconfig==2.0.0 +mypy-extensions==1.0.0 +packaging==24.2 +pathspec==0.12.1 +platformdirs==4.3.6 +pluggy==1.5.0 +pyproject_hooks==1.2.0 +pytest==8.3.5 +requests==2.32.3 +setuptools==76.0.0 +urllib3==2.3.0 +websockets==15.0.1