synch pyproject.toml requirements

This commit is contained in:
lpm0073 2023-08-12 13:49:30 -06:00
parent dc86f9b504
commit caf3ff79a3
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# CHANGE LOG
## Version 1.0.7 (2023-08-12)
- match version requirements in pyproject.toml to those in requirements/stable-psa.txt
## Version 1.0.6 (2022-12-20)
- standardize usage of python3 in Makefile

View File

@ -1 +1 @@
__version__ = "1.0.6"
__version__ = "1.0.7"

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
[project]
name = "edx-oauth2-wordpress-backend"
version = "1.0.6"
version = "1.0.7"
authors = [
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" },
]
@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"social-auth-core>=4.2.0",
"social-auth-core==4.3.0",
"social-auth-app-django==5.0.0"
]
keywords = ["Open edX", "oauth", "Wordpress"]