m42e / certbot-dns-ispconfig

A certbot plugin for enabling DNS authentication with ISPConfig
Other
28 stars 16 forks source link

Typo in dependencies that prevents from installing version 0.3.0 #14

Open rabesocke opened 1 month ago

rabesocke commented 1 month ago

The installation of version 0.3.0 fails due to typo in dependencies.

pip install certbot-dns-ispconfig==0.3.0
Collecting certbot-dns-ispconfig==0.3.0
  Downloading certbot_dns_ispconfig-0.3.0-py2.py3-none-any.whl.metadata (5.4 kB)
INFO: pip is looking at multiple versions of certbot-dns-ispconfig to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement aste>=0.29.0 (from certbot-dns-ispconfig) (from versions: none)
ERROR: No matching distribution found for aste>=0.29.0

https://github.com/m42e/certbot-dns-ispconfig/blob/69d2e866c6cc097402b3cba7bf3ab2adeade7d31/pyproject.toml#L15

rabesocke commented 1 month ago

There is a pull request for this issue #15