This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
nicegui
mirror of
https://github.com/zauberzeug/nicegui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add bs4 dependency
Rodja Trappe
2 years ago
parent
a0a8a823ae
commit
724d997513
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
tests/requirements.txt
+ 2
- 1
tests/requirements.txt
View File
@@ -3,4 +3,5 @@ pytest-selenium
pytest-asyncio
selenium
autopep8
-icecream
+icecream
+beautifulsoup4