Merge pull request #634 from crwood/3229.fix-autobahn-dep-declaration

Add "autobahn" to "package_imports"
This commit is contained in:
meejah 2019-07-17 16:55:03 +00:00 committed by GitHub
commit d6f0ce9123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

0
newsfragments/3229.minor Normal file
View File

View File

@ -139,6 +139,7 @@ package_imports = [
('setuptools', 'setuptools'),
('eliot', 'eliot'),
('attrs', 'attr'),
('autobahn', 'autobahn'),
]
# Dependencies for which we don't know how to get a version number at run-time.