Skip to content

Commit cea3d1e

Browse files
committed
put deps in setup.py
1 parent a354117 commit cea3d1e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
python_requires=">=3.7",
1818
packages=find_packages("src"),
1919
package_dir={"": "src"},
20-
install_requires=[],
20+
install_requires=[
21+
"pillow",
22+
"selenium",
23+
"flask",
24+
"watchdog",
25+
],
2126
extras_require={
2227
"dev": ["black"],
2328
"test": ["pytest>=6.0"],

0 commit comments

Comments
 (0)