diff --git a/docs/requirements.txt b/docs/requirements.txt index 1880f50c..b0e2ddc7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ requests>=2.25.0 -SQLAlchemy>=2.0.0 -fastecdsa>=2.2.1 -sphinx>=6.0.0 +SQLAlchemy>=2.0.20 +fastecdsa>=2.3.0 +sphinx>=7.2.0 sphinx_rtd_theme>=2.0.0 numpy>=1.22.0 -pycryptodome>=3.16.0 +pycryptodome>=3.19.0 diff --git a/requirements.txt b/requirements.txt index 347edd35..e93e71e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ requests>=2.25.0 -fastecdsa>=2.2.1 -scrypt>=0.8.18 -pycryptodome>=3.14.1 -SQLAlchemy>=2.0.0 -numpy>=1.22.0 -sphinx>=6.0.0 -coveralls>=3.0.1 -psycopg>=3.0.0 -mysql-connector-python>=8.0.27 -mysqlclient>=2.1.0 -sphinx_rtd_theme>=1.0.0 -Cython>=3.0.0 +fastecdsa>=2.3.0 +scrypt>=0.8.20 +pycryptodome>=3.19.0 +SQLAlchemy>=2.0.20 +numpy>=1.26.0 +sphinx>=7.2.0 +coveralls>=4.0.1 +psycopg>=3.1.16 +mysql-connector-python>=8.4.0 +mysqlclient>=2.2.0 +sphinx_rtd_theme>=2.0.0 +Cython>=3.0.8 win-unicode-console;platform_system=="Windows" diff --git a/setup.cfg b/setup.cfg index 95aa31e1..bce41367 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,11 +20,10 @@ classifiers = Operating System :: OS Independent Operating System :: Microsoft :: Windows Operating System :: POSIX - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Software Development :: Libraries :: Python Modules Topic :: Security :: Cryptography Topic :: Office/Business :: Financial :: Accounting @@ -35,23 +34,22 @@ zip_safe = True include_package_data = True install_requires = requests >= 2.25.0 - fastecdsa >= 2.2.1;platform_system!="Windows" - ecdsa >= 0.17 - pycryptodome >= 3.14.1 - SQLAlchemy >= 2.0.0 - numpy == 1.19.5;python_version<"3.9" - numpy >= 1.22.0;python_version>="3.9" + fastecdsa >= 2.3.0;platform_system!="Windows" + ecdsa >= 0.18;platform_system=="Windows" + pycryptodome >= 3.19.0 + SQLAlchemy >= 2.0.20 + numpy >= 1.26.0 [options.extras_require] dev = - scrypt >= 0.8.18;platform_system!="Windows" - sphinx >= 6.0.0 - coveralls >= 3.0.1 - psycopg >= 3.0.0 - mysql-connector-python >= 8.0.27 - mysqlclient >= 2.1.0 - sphinx_rtd_theme >= 1.0.0 - Cython>=3.0.0 + scrypt >= 0.8.20;platform_system!="Windows" + sphinx >= 7.2.0 + coveralls >= 4.0.1 + psycopg >= 3.1.16 + mysql-connector-python >= 8.4.0 + mysqlclient >= 2.2.0 + sphinx_rtd_theme >= 2.0.0 + Cython>=3.0.8 win-unicode-console;platform_system=="Windows" [options.entry_points]