mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-19 10:40:36 +02:00
Compare commits
3 commits
2a83f01a93
...
74e6cf9d33
Author | SHA1 | Date | |
---|---|---|---|
![]() |
74e6cf9d33 | ||
![]() |
56bee93346 | ||
![]() |
1284a2222f |
2 changed files with 1 additions and 8 deletions
|
@ -32,13 +32,6 @@
|
|||
</div>
|
||||
</button>
|
||||
</form>
|
||||
<a
|
||||
href="{{ url_for('.add_settlement_bill', amount = transaction.amount, sender_id = transaction.ower.id, receiver_id = transaction.receiver.id) }}"
|
||||
class="btn btn-primary"
|
||||
>
|
||||
{{ ("Settle") }}
|
||||
</div>
|
||||
</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -46,7 +46,7 @@ dependencies = [
|
|||
"requests>=2.25,<3",
|
||||
"SQLAlchemy>=1.3.0,<1.5",
|
||||
"SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728
|
||||
"Werkzeug>=2,<3",
|
||||
"Werkzeug>=2,<4",
|
||||
"WTForms>=2.3.3,<3.3",]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Reference in a new issue