Skip to content

Commit 47a3a03

Browse files
committed
Accept requires v2.27 and up as dependency
1 parent dd69080 commit 47a3a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
22
name = lto
33
version = 0.0.0
4-
author = Andrea
5-
author_email = andrea@ltonetwork.com
4+
author = LTO Network
5+
author_email = info@ltonetwork.com
66
description = LTO Network Python API
77
long_description = file: README.md
88
long_description_content_type = text/markdown
@@ -22,7 +22,7 @@ package_dir =
2222
packages = find:
2323
python_requires = >=3.8
2424
install_requires =
25-
requests>=2.24.0, <=2.26.0
25+
requests>=2.24.0, <3
2626
PyNaCl
2727
pyblake2~=1.1.0
2828
base58~=0.2.5

0 commit comments

Comments
 (0)