Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jan 3, 2025
1 parent 81fa429 commit 972c0a7
Show file tree
Hide file tree
Showing 2 changed files with 1,413 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"camelot-py>=1.0.0",
"celery>=4.1.1",
Expand All @@ -41,6 +41,8 @@ Changelog = "https://github.com/camelot-dev/excalibur/releases"
[project.optional-dependencies]
dev = [
"pytest>=3.8.0",
"pytest-cov>=6.0.0",
"pytest-runner>=6.0.1",
"sphinx>=4.3.2",
]

Expand Down
Loading

0 comments on commit 972c0a7

Please sign in to comment.