Update pretix
This commit is contained in:
parent
f10274b241
commit
5abb539a6d
3 changed files with 864 additions and 456 deletions
1307
pkgs/pretix/poetry.lock
generated
1307
pkgs/pretix/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -2,14 +2,17 @@ diff --git a/setup.py b/setup.py
|
|||
index 2eba88a..7041acd 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -19,7 +19,7 @@ setup(
|
||||
@@ -19,8 +19,8 @@ setup(
|
||||
author_email='mail@raphaelmichel.de',
|
||||
|
||||
install_requires=[
|
||||
- 'click==6.*',
|
||||
+ 'click>=6.*',
|
||||
'fints>=3.0.*',
|
||||
- 'fints>=3.0.*',
|
||||
+ 'click>=6,<8.2',
|
||||
+ 'fints>=3,<4.1',
|
||||
'requests',
|
||||
'mt-940>=4.12*',
|
||||
- 'mt-940>=4.12*',
|
||||
+ 'mt-940>=4.12,<4.29',
|
||||
],
|
||||
--
|
||||
2.38.3
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ let
|
|||
nodeEnv = buildNpmPackage rec {
|
||||
name = "pretix-nodejs";
|
||||
src = "${pretix.passthru.pythonModule.pkgs.pretix}/lib/python3.10/site-packages/pretix/static/npm_dir";
|
||||
npmDepsHash = "sha256-fAs+e1P0/uFrmjhAKd/8OBoqECuMjQ2jvVsGv8KWVec=";
|
||||
npmDepsHash = "sha256-sHt9W9OI0RMErHV3R0LyJM8c61nPrFNzEc3qsPZnhLQ=";
|
||||
dontNpmBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue