diff --git a/requirements.txt b/requirements.txt index 2e6e645..fb3efa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ uvicorn>=0.24.0 fastapi-users[beanie]>=12.0 fastapi>=0.104.0 fastapi-mail>=1.4.1 -pandapower>=2.10.1 +pandapower~=2.14 pandapipes>=0.7.0 pymongo pydantic simplejson requests python-dotenv -pymongoarrow \ No newline at end of file +pymongoarrow diff --git a/setup.py b/setup.py index 7c0185c..a111ef9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = '\n\n'.join((readme, changelog)) -test_requirements = ['pytest>=3', 'pytest-xdist', 'nbmake'] +test_requirements = ['pytest>=3', 'pytest-xdist', 'nbmake', 'simbench', 'line_profiler'] setup( author="Jan Ulffers, Leon Thurner, Jannis Kupka, Mike Vogt, Joschka Thurner, Alexander Scheidler",