Skip to content

Commit

Permalink
Add requirements.txt files for runtime and test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl committed Sep 5, 2019
1 parent 5bfa77c commit 08866d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest-cov
hypothesis[numpy,pandas]
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy
pandas
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ long_description_content_type=text/x-rst

[options]
tests_require=
pytest
pytest-cov
hypothesis[numpy,pandas]
install_requires=numpy
packages=find:
Expand Down

0 comments on commit 08866d7

Please sign in to comment.