Skip to content

Commit 5a019aa

Browse files
committed
added requirements file
1 parent fe29c14 commit 5a019aa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

python/example_code/neptune/neptune_scenario.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,9 @@ def main():
682682

683683
# Customize the following names to match your Neptune setup
684684
# (You must change these to unique values for your environment)
685-
subnet_group_name = "neptuneSubnetGroup110"
686-
cluster_name = "neptuneCluster110"
687-
db_instance_id = "neptuneDB110"
685+
subnet_group_name = "neptuneSubnetGroup111"
686+
cluster_name = "neptuneCluster111"
687+
db_instance_id = "neptuneDB111"
688688

689689
print("""
690690
Amazon Neptune is a fully managed graph database service by AWS...
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
boto3>=1.26.79
2+
pytest>=7.2.1

0 commit comments

Comments
 (0)