Skip to content

Commit

Permalink
Merge pull request #31 from jaredhendrickson13/cleanup_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Jan 10, 2023
2 parents a150d24 + 87a49bb commit 9a6f809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
acme~=1.10.1
josepy~=1.5.0
cryptography~=39.0.0
pyOpenSSL~=23.0.0
urllib3~=1.26.13
requests~=2.28.1
validators~=0.20.0
dnspython~=2.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read_requirements():
description="A Python ACME client for the DNS-01 challenge",
long_description=read_readme(),
long_description_content_type="text/markdown",
version="1.2.0",
version="1.2.1",
packages=["simple_acme_dns", "simple_acme_dns.tools", "simple_acme_dns.errors"],
install_requires=read_requirements(),
classifiers=[
Expand Down

0 comments on commit 9a6f809

Please sign in to comment.