Skip to content

Commit

Permalink
refine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jan 26, 2025
1 parent af8d559 commit dba897c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "edutap.wallet_google"
version = "2.0.0b1.dev0"
version = "2.0.0b1.dev1"
description = "Library for Google Wallet Communication"
keywords = ["wallet", "google", "api", "pass", 'fastapi', 'digital identity']
readme = "README.md"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [
]
dependencies = [
"cryptography",
"google-auth",
"google-auth[requests]",
"pydantic-settings",
"pydantic[email]>=2.0",
]
Expand All @@ -49,7 +49,6 @@ callback = [
]
test = [
"edutap.wallet_google[callback]",
"freezegun",
"pytest-cov",
"pytest-explicit",
"pytest",
Expand Down

0 comments on commit dba897c

Please sign in to comment.