diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index 4fea7d5e4f1373a91154937bba7ccb892d667f33..0000000000000000000000000000000000000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,11 +0,0 @@ - - python=3.9 - - matplotlib - - pandas - - pip - - tqdm - - flake8-docstrings - - mypy - - flake8 - - pytest - - pylint - - coverage diff --git a/requirements_dev.txt b/requirements_dev.txt new file mode 100644 index 0000000000000000000000000000000000000000..162213a314d779e4ae19fa2cc4cb5aec9ac0624a --- /dev/null +++ b/requirements_dev.txt @@ -0,0 +1,11 @@ +python=3.9 +matplotlib +pandas +pip +tqdm +flake8-docstrings +mypy +flake8 +pytest +pylint +coverage