Skip to content

Commit 8a7da75

Browse files
authored
Update pyproject.toml
1 parent 9969433 commit 8a7da75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ authors = [
1111

1212
readme = 'README.md' # Markdown files are supported
1313

14-
repository = "https://github.com/Maxusmusti/state-signals"
15-
homepage = "https://github.com/Maxusmusti/state-signals"
14+
repository = "https://github.com/distributed-system-analysis/state-signals"
15+
homepage = "https://github.com/distributed-system-analysis/state-signals"
1616

1717
keywords = ['state', 'event', 'signal', 'publish', 'subscribe']
1818

1919
[tool.poetry.dependencies]
20-
python = "~2.7 || ^3.2" # Compatible python versions must be declared here
20+
python = "^3.6" # Compatible python versions must be declared here
2121
redis = "^3.5"
22-
dataclasses = "^0.8"
22+
dataclasses = "^0.8"

0 commit comments

Comments
 (0)