Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jan 21, 2025
1 parent 3a73cbd commit 2e8abf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies = [
"dagster>=1.9.4",
"httpx>=0.28.1",
"requests>=2.32.3",
"pytest>=8.3.4",
"pandas>=2.2.3",
"frost-sta-client>=1.1.45",
"debugpy>=1.8.11",
Expand All @@ -23,14 +24,6 @@ dependencies = [
[tool.setuptools]
packages = ["userCode"]

[tool.setuptools.extra_requirements]
dev = [
"pytest>=8.3.4",
"pytest-asyncio==0.25.2",
"pytest-mock==3.14.0",
"requests-mock==1.12.1"
]

[tool.dagster]
module_name = "userCode"
code_location_name = "userCode"
Expand Down
Loading

0 comments on commit 2e8abf3

Please sign in to comment.