Skip to content

Commit

Permalink
Merge pull request #12 from pan-net-security/11-fix-dns-lexicon-versi…
Browse files Browse the repository at this point in the history
…on-break

fix dns lexicon version break, Closes #11
  • Loading branch information
splashx committed May 10, 2021
2 parents 1ecbe7e + faec480 commit 8884479
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ env:
# uses default POWERDNS_VERSION in docker-compose.yml
python:
# PyPy versions
- "3.5"
- "3.6"
- "3.7"
- "pypy3.5"
- "3.8"
- "pypy3"

install:
- pip install python-coveralls
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup
from setuptools import find_packages

version = "0.2.0"
version = "0.2.1"

with open('README.md') as f:
long_description = f.read()

install_requires = [
'acme>=0.31.0',
'certbot>=0.31.0',
'dns-lexicon>=3.2.4',
'dns-lexicon>=3.2.4,<=3.5.6',
'dnspython',
'mock',
'setuptools',
Expand Down
Empty file modified test/pdns-credentials.ini
100755 → 100644
Empty file.

0 comments on commit 8884479

Please sign in to comment.