Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 5, 2024
1 parent a262f98 commit f5b39da
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 32 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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"
30 changes: 14 additions & 16 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit f5b39da

Please sign in to comment.