Specify attrs and flat_tree as dependencies

This commit is contained in:
Luke Murphy 2019-07-14 13:13:30 +02:00
parent 4d9e548945
commit 06f31117ea
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
install_requires =
attrs >= 19.1.0, < 20.0
flat-tree >= 0.0.1a3, < 1.0.0
[options]
use_scm_version = True