mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-17 05:38:33 +08:00
Merge branch 'master' of github.com:frankie567/fastapi-users
This commit is contained in:
2
Pipfile
2
Pipfile
@ -27,7 +27,7 @@ bumpversion = "*"
|
|||||||
httpx-oauth = "*"
|
httpx-oauth = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
fastapi = "==0.46.0"
|
fastapi = "==0.47.1"
|
||||||
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
|
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
|
||||||
email-validator = "==1.0.5"
|
email-validator = "==1.0.5"
|
||||||
sqlalchemy = "==1.3.12"
|
sqlalchemy = "==1.3.12"
|
||||||
|
8
Pipfile.lock
generated
8
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "ffcf9dc56bced08a8b89ea62bded5e1d716d803bf9497c312dcdf8d89853c9b4"
|
"sha256": "14b374c141f9239db7e5a844426561c1c72dbe48c71479c06da09cb9eac71842"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
@ -112,11 +112,11 @@
|
|||||||
},
|
},
|
||||||
"fastapi": {
|
"fastapi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:6c9b919f2ed742d2ad78e6dce5ad1be761e67292b838ba114cb525ec784d10a1",
|
"sha256:3130313f23935d99150953422dfe5f6b43f043b6fe3aac22cc4c8d537a4464d9",
|
||||||
"sha256:7f8d795be11e21675b6843424b378fe2ec95a14cecba1c53c68471412cca28c7"
|
"sha256:be62491f536dc50041913a37bdcd6b5e05c84e756ff331506b5afeddec859013"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.46.0"
|
"version": "==0.47.1"
|
||||||
},
|
},
|
||||||
"idna": {
|
"idna": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
description-file = "README.md"
|
description-file = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
requires = [
|
requires = [
|
||||||
"fastapi ==0.46.0",
|
"fastapi ==0.47.1",
|
||||||
"passlib[bcrypt] ==1.7.1",
|
"passlib[bcrypt] ==1.7.1",
|
||||||
"email-validator ==1.0.5",
|
"email-validator ==1.0.5",
|
||||||
"pyjwt ==1.7.1",
|
"pyjwt ==1.7.1",
|
||||||
|
Reference in New Issue
Block a user