Skip to content

Commit

Permalink
Updates requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chaptergy committed May 13, 2023
1 parent 31b0d3f commit dbab60b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
from setuptools import setup
from setuptools import find_packages

version = "1.0.1"
version = "1.0.2"

install_requires = [
'acme>=0.31.0',
'certbot>=0.31.0',
'dns-lexicon>=3.4.1',
'dnspython',
]
test_requirements = [
'mock',
'setuptools',
'requests'
]

Expand Down Expand Up @@ -51,6 +50,7 @@
],
packages=find_packages(),
install_requires=install_requires,
tests_require=test_requirements,
entry_points={
"certbot.plugins": [
"dns-njalla = certbot_dns_njalla.dns_njalla:Authenticator"
Expand Down

0 comments on commit dbab60b

Please sign in to comment.