Replace sqlalchemy with manbearpigSQL

This commit is contained in:
tecnovert
2024-11-19 21:45:19 +02:00
parent 0bd626d659
commit 757f8f2762
15 changed files with 2182 additions and 2155 deletions

View File

@@ -111,17 +111,6 @@
(home-page "https://github.com/basicswap/coincurve")
(license license:bsd-3)))
(define python-sqlalchemy-1.4.39
(package
(inherit python-sqlalchemy)
(version "1.4.39")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy" version))
(sha256
(base32 "09sx2lghywnm7qj1xm8xc3xrgj40bndfh2hbiaq4cfvm71h8k541"))))))
(define-public basicswap
(package
(name "basicswap")
@@ -153,7 +142,6 @@
python-coincurve-basicswap
python-pycryptodome
python-pytest
python-sqlalchemy
python-pyzmq
python-gnupg
python-jinja2