mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-25 21:17:37 +00:00
Merge pull request #634 from crwood/3229.fix-autobahn-dep-declaration
Add "autobahn" to "package_imports"
This commit is contained in:
commit
d6f0ce9123
0
newsfragments/3229.minor
Normal file
0
newsfragments/3229.minor
Normal 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user