This pull request reorganizes some of the testing requirements. The requirements-testing.txt file now only contains pip-installable packages that are used for testing the babelizer package. This means that pip install "babelizer[tests]" will work. The external/requirements.txt file contains conda packages needed for testing the different languages.
This pull request reorganizes some of the testing requirements. The requirements-testing.txt file now only contains pip-installable packages that are used for testing the babelizer package. This means that
pip install "babelizer[tests]"
will work. The external/requirements.txt file contains conda packages needed for testing the different languages.