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 36d4a2f commit 2c31c1eCopy full SHA for 2c31c1e
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 --system-site-packages venv
+ virtualenv -p python3 venv
70
. ./venv/bin/activate &&\
71
make install-deps-python &&\
72
playwright install
requirements.txt
@@ -103,7 +103,6 @@ threadpoolctl
103
toml
104
tomli
105
tqdm
106
-typed-ast
107
types-PyYAML
108
typing-inspect
109
typing_extensions
0 commit comments