From 1fa6f280829dce000f5868c41e279ce6a270cac0 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 29 Sep 2019 00:53:13 +0200 Subject: [PATCH] updated dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a786b08..27382fc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( description="Troido's tilde.town ASCII Farm", long_description="TODO", author="Troido", - author_email='troido@tilde.town', + author_email='troido@tilde.club', url='https://github.com/jmdejong/Asciifarm', packages=find_packages(), include_package_data=True, @@ -24,7 +24,7 @@ setup( }, install_requires=[ # TODO: Put other requirements here -wangofett, 2017-10-26 - "hy" # is this the correct syntax? ~troido, 2017-12-30 + "ratuil" ], tests_require=[ # TODO: put tests requirements here -wangofett, 2017-10-26