We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d655da commit 7cb39b7Copy full SHA for 7cb39b7
Makefile
@@ -66,7 +66,7 @@ install-deps-typescript:
66
install-deps: install-deps-python install-deps-typescript
67
68
install-python:
69
- virtualenv -p python3 venv
+ virtualenv -p python3 --system-site-packages venv
70
. ./venv/bin/activate &&\
71
make install-deps-python &&\
72
playwright install
requirements.txt
@@ -103,6 +103,7 @@ threadpoolctl
103
toml
104
tomli
105
tqdm
106
+typed-ast
107
types-PyYAML
108
typing-inspect
109
typing_extensions
0 commit comments