Update funding settings

This commit is contained in:
François Voron
2024-02-14 17:25:13 +01:00
parent ae9f52474b
commit a49a4ecb97
3 changed files with 9 additions and 3 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1 +1 @@
github: frankie567
custom: https://polar.sh/frankie567

View File

@@ -17,7 +17,12 @@
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<p align="center">
<a href="https://github.com/sponsors/frankie567"><img src="https://md-buttons.francoisvoron.com/button.svg?text=Buy%20me%20a%20coffee%20%E2%98%95%EF%B8%8F&bg=ef4444&w=200&h=50"></a>
<a href="https://polar.sh/frankie567">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/support-us.svg?org=frankie567&&text=Support+me&darkmode=1">
<img alt="Support me" src="https://polar.sh/embed/support-us.svg?org=frankie567&text=Support+me">
</picture>
</a>
</p>
---

View File

@@ -141,7 +141,8 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"fastapi >=0.65.2",
"passlib[bcrypt] ==1.7.4",
"passlib[bcrypt] ==1.7.4; python_version < '3.12'",
"bcrypt ==4.1.2; python_version >= '3.12'",
"email-validator >=1.1.0,<2.2",
"pyjwt[crypto] ==2.8.0",
"python-multipart ==0.0.7",