Skip to content

Commit

Permalink
βž•πŸ“¦ Add marshallow_enum and lxml to setup.cfg requirements (#92)
Browse files Browse the repository at this point in the history
* βž• Add `marshmallow_enum` and `lxml` to setup.cfg requirements

* add a comment in requirements.in

* fixes "ModuleNotFoundError: No module named 'marshmallow_enum'"
  • Loading branch information
hf-kklein authored May 9, 2022
1 parent 1965511 commit 8707ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ attrs
marshmallow
marshmallow_enum
lxml
# whenever adding something here, don't forget to also add it to setup.cfg
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ python_requires = >=3.8
install_requires =
attrs>=21.4.0
marshmallow
marshmallow_enum
lxml

[options.packages.find]
where = src
Expand Down

0 comments on commit 8707ac8

Please sign in to comment.