|
@@ -20,6 +20,7 @@ classifiers =
|
|
|
Programming Language :: Python :: 3
|
|
|
Programming Language :: Python :: 3.9
|
|
|
Programming Language :: Python :: 3.10
|
|
|
+ Programming Language :: Python :: 3.11
|
|
|
Topic :: Security :: Cryptography
|
|
|
Topic :: System :: Archiving :: Backup
|
|
|
platforms = Linux, MacOS X, FreeBSD, OpenBSD, NetBSD
|
|
@@ -38,7 +39,7 @@ python_requires = >=3.9
|
|
|
setup_requires =
|
|
|
setuptools_scm[toml] >= 6.2
|
|
|
install_requires =
|
|
|
- msgpack >=1.0.3, <=1.0.3
|
|
|
+ msgpack >=1.0.3, <=1.0.4
|
|
|
packaging
|
|
|
argon2-cffi
|
|
|
tests_require =
|