feat: upgrade to redwood
This commit is contained in:
parent
e112776909
commit
0b959bc6e3
1
changelog.d/20240607_220730_faraz.maqsood_redwood.md
Normal file
1
changelog.d/20240607_220730_faraz.maqsood_redwood.md
Normal file
@ -0,0 +1 @@
|
||||
- 💥[Feature] Upgrade to Redwood. (by @Faraz32123)
|
||||
4
setup.py
4
setup.py
@ -43,8 +43,8 @@ setup(
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
include_package_data=True,
|
||||
python_requires=">=3.8",
|
||||
install_requires=["tutor>=17.0.0,<18.0.0", "tutor-discovery>=17.0.0,<18.0.0", "tutor-mfe>=17.0.0,<18.0.0"],
|
||||
extras_require={"dev": ["tutor[dev]>=17.0.0,<18.0.0"]},
|
||||
install_requires=["tutor>=18.0.0,<19.0.0", "tutor-discovery>=18.0.0,<19.0.0", "tutor-mfe>=18.0.0,<19.0.0"],
|
||||
extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]},
|
||||
entry_points={"tutor.plugin.v1": ["credentials = tutorcredentials.plugin"]},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user