From cf07da5ddf4556b40b2f743f9f77ceec8ead1866 Mon Sep 17 00:00:00 2001 From: Giga <52905881+giga-a@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:11:23 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5413c44..b4a73da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ description = "30 different honeypots in one package! (dhcp, dns, elastic, ftp, http proxy, https proxy, http, https, imap, ipp, irc, ldap, memcache, mssql, mysql, ntp, oracle, pjl, pop3, postgres, rdp, redis, sip, smb, smtp, snmp, socks5, ssh, telnet, vnc)" readme = "README.rst" # ToDo: fix smtp incompatibility with 3.12 -requires-python = ">=3.8,<=3.12" +requires-python = ">=3.8" dependencies = [ "twisted==21.7.0", "psutil==5.9.0",