Skip to content

Commit eb3f27b

Browse files
Merge pull request #671 from neo4j-contrib/fix_reqs
Fix reqs
2 parents f1c58d5 + 1bbe235 commit eb3f27b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ addopts = "--resetdb"
5757

5858
[project.scripts]
5959
install-labels = "scripts.neomodel_install_labels:main"
60-
remove-labels = "scripts.neomodel_remove_labels:main"
60+
remove-labels = "scripts.neomodel_remove_labels:main"

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
neo4j-driver==4.4.10
2+
pytz>=2021.1
3+
neobolt==1.7.17
4+
six==1.16.0
5+
neomodel==4.0.9
6+

0 commit comments

Comments
 (0)