From bdc173187d93b8cdfdc992723f5f915248ffeeaf Mon Sep 17 00:00:00 2001
From: tecnovert <tecnovert@tecnovert.net>
Date: Fri, 11 Oct 2024 17:57:21 +0200
Subject: [PATCH] Remove dependencies from pyproject.toml, ensuring
 requirements.txt will be used.

---
 pyproject.toml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index af85ba5..fa43630 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,13 +16,7 @@ classifiers = [
     "Topic :: Security :: Cryptography",
 ]
 dependencies = [
-    "pyzmq==26.2.0",
-    "sqlalchemy==1.4.39",
-    "python-gnupg==0.5.3",
-    "Jinja2==3.1.4",
-    "pycryptodome==3.21.0",
-    "PySocks==1.7.1",
-    "coincurve@https://github.com/basicswap/coincurve/archive/refs/tags/basicswap_v0.2.zip#sha256=c309deef22c929c9ab5b3adf7adbda940bffcea6c6ec7c66202d6c3d4e3ceb79"
+# See requirements.txt
 ]
 dynamic = ["version"]