-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from skalenetwork/update-skale-py-version-to-7…
….0dev0 Update skale.py version to 7.0dev0
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,17 +20,17 @@ | |
|
||
setup( | ||
name='skale-checks', | ||
version='1.0', | ||
version='1.1', | ||
description='Checks for SKALE infrastructure', | ||
long_description_markdown_filename='README.md', | ||
author='SKALE Labs', | ||
author_email='[email protected]', | ||
url='https://github.com/skalenetwork/skale-checks', | ||
install_requires=[ | ||
"skale.py==6.2b0", | ||
"skale.py==7.0dev0", | ||
"elasticsearch==7.12.0" | ||
], | ||
python_requires='>=3.7,<4', | ||
python_requires='>=3.11,<4', | ||
extras_require=extras_require, | ||
keywords=['skale', 'checks'], | ||
packages=find_packages(), | ||
|
@@ -42,6 +42,6 @@ | |
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', | ||
'Natural Language :: English', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.11', | ||
] | ||
) |