Skip to content

Commit ce09c72

Browse files
committed
chore: try using github dependencies
1 parent 18e9356 commit ce09c72

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ examples/build/*
3737
examples/*.zip
3838

3939
durable-executions.db*
40+
.coverage

emulator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
"Programming Language :: Python :: 3.13",
2323
]
2424
dependencies = [
25-
"aws-durable-execution-sdk-python-testing~=1.1.0",
26-
"aws_durable_execution_sdk_python~=1.1.1",
25+
"aws-durable-execution-sdk-python-testing @ git+https://github.com/aws/aws-durable-execution-sdk-python-testing.git",
26+
"aws_durable_execution_sdk_python @ git+https://github.com/aws/aws-durable-execution-sdk-python.git",
2727
"requests>=2.31.0,<3.0.0",
2828
"boto3>=1.34.0,<2.0.0",
2929
]

0 commit comments

Comments
 (0)