Skip to content

Commit

Permalink
Merge branch 'pnast/feature/mic-5794-makefile' of https://github.com/…
Browse files Browse the repository at this point in the history
…ihmeuw/vivarium_census_prl_synth_pop into pnast/feature/mic-5794-makefile
  • Loading branch information
patricktnast committed Jan 25, 2025
2 parents 1005c76 + ab68860 commit 3eceead
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"pytest-mock",
"vivarium_testing_utils",
]
lint_requirements = [
"black==22.3.0",
"isort",
]

setup(
name=about["__title__"],
Expand All @@ -61,7 +65,7 @@
"test": test_requirements,
"cluster": cluster_requirements,
"data": data_requirements + cluster_requirements,
"dev": test_requirements + cluster_requirements,
"dev": test_requirements + cluster_requirements + lint_requirements,
},
zip_safe=False,
entry_points="""
Expand Down

0 comments on commit 3eceead

Please # to comment.