Skip to content

Commit

Permalink
add install_requires to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Aug 11, 2021
1 parent 4eca572 commit fce67b5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apispec-oneofschema
eyecite~=2.2.0
justopinion~=0.2.3
legislice>=0.5.2
marshmallow>=3.10
marshmallow~=3.13
marshmallow-oneofschema
nettlesome>=0.5.1
pint>=0.15
Expand Down
22 changes: 20 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,24 @@ classifiers =
Natural Language :: English

[options]

install_requires =
anchorpoint~=0.5.2
apispec[validation]~=4.3.0
apispec-oneofschema
eyecite~=2.2.0
justopinion~=0.2.3
legislice>=0.5.2
marshmallow>=3.10
marshmallow-oneofschema
nettlesome>=0.5.1
pint>=0.15
pydantic
python-dotenv
python-slugify
pyyaml
requests
roman
sympy>=1.7.1
packages = find:
python_requires = >=3.8

Expand All @@ -47,4 +64,5 @@ exclude =
max-complexity = 10

[pylint]
ignore = E0239
ignore = E0239

0 comments on commit fce67b5

Please sign in to comment.