mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Update funding settings
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1 +1 @@
|
||||
github: frankie567
|
||||
custom: https://polar.sh/frankie567
|
||||
|
||||
@@ -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>
|
||||
|
||||
---
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user