Skip to content

Commit

Permalink
added simbench and line-profiler for testing and fixed pandapower ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
vogt31337 committed Jun 26, 2024
1 parent 33978a7 commit bea079d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
pymongoarrow
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bea079d

Please sign in to comment.