Skip to content

Commit

Permalink
chore: remove changes made by wrong commit (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul-Muqadim-Arbisoft authored Dec 16, 2024
1 parent 6781c9b commit 2db07b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def load_about():
long_description_content_type="text/x-rst",
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
a python_requires=">=3.9",
install_requires=["tutor>=19.0.0,<20.0.0", "tutor-mfe>=19.0.0,<20.0.0"],
extras_require={"dev": "tutor[dev]>=19.0.0,<20.0.0"},
python_requires=">=3.9",
install_requires=["tutor>=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": [
"jupyter = tutorjupyter.plugin"
Expand Down

0 comments on commit 2db07b8

Please sign in to comment.