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 # 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) ## Version 1.0.6 (2022-12-20)
- standardize usage of python3 in Makefile - 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] [project]
name = "edx-oauth2-wordpress-backend" name = "edx-oauth2-wordpress-backend"
version = "1.0.6" version = "1.0.7"
authors = [ authors = [
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" }, { name="Lawrence McDaniel", email="lpm0073@gmail.com" },
] ]
@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"social-auth-core>=4.2.0", "social-auth-core==4.3.0",
"social-auth-app-django==5.0.0" "social-auth-app-django==5.0.0"
] ]
keywords = ["Open edX", "oauth", "Wordpress"] keywords = ["Open edX", "oauth", "Wordpress"]