Skip to content
Snippets Groups Projects
Commit 41348d9b authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Updated dependencies.

parent fe3ed6c9
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@ dependencies:
- matplotlib
- sphinx
- sphinx_rtd_theme
- pytest
\ No newline at end of file
- pytest
- ipython
\ No newline at end of file
......@@ -128,6 +128,7 @@ CLASSIFIERS = [
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
# License
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
......@@ -193,7 +194,9 @@ PYTHON_REQUIRES = '>=3.7'
#
# Similar to `install_requires` above, these must be valid existing
# projects.
EXTRAS_REQUIRE = {}
EXTRAS_REQUIRE = {
'tests': 'pytest',
}
# If there are data files included in your packages that need to be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment