Prepare basic 3.0.0 setup (#870)

* Drop support for ansible-core < 2.17.

* Galaxy can show included content nowadays. (Not perfect, but a lot better than before.)

* This should have been removed a long time ago.
This commit is contained in:
Felix Fontein
2025-04-28 12:39:28 +02:00
committed by GitHub
parent 278dcc5dda
commit 4e8a0e456b
7 changed files with 10 additions and 441 deletions

View File

@@ -4,10 +4,5 @@
bcrypt
cryptography
freezegun
idna
ipaddress ; python_version < '3.0'
freezegun == 0.3.10 ; python_version < '2.7'
freezegun ; python_version >= '2.7'
unittest2 ; python_version < '2.7'
importlib ; python_version < '2.7'