summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-03-29 13:57:47 +0200
committerAlfred Wingate <parona@protonmail.com>2024-03-29 14:01:32 +0200
commit2e93542051fee256cb53e7c7dcd663161caf698d (patch)
tree997ae60a8b3765c767316142e3c0c3dab3f658da
parent17eee338c0c03d78bf40a07fe3144ec338d684db (diff)
Add setuptools to dev requirements
* Setuptools isn't included in python 3.12 by default Signed-off-by: Alfred Wingate <parona@protonmail.com>
-rw-r--r--requirements-dev.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index c2cd04b..3f5fbdf 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -14,3 +14,4 @@ pyperclip>=1.8.1
importlib_resources>=5.0.0
pyaes>=1.6.1
sqlglot>=5.1.3
+setuptools