Skip to content

Commit 7cb39b7

Browse files
Pa04rthnorthdpole
authored andcommitted
Revert "Changes in requirement.txt and Makefile"
This reverts commit 43f09b7.
1 parent 4d655da commit 7cb39b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ install-deps-typescript:
6666
install-deps: install-deps-python install-deps-typescript
6767

6868
install-python:
69-
virtualenv -p python3 venv
69+
virtualenv -p python3 --system-site-packages venv
7070
. ./venv/bin/activate &&\
7171
make install-deps-python &&\
7272
playwright install

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ threadpoolctl
103103
toml
104104
tomli
105105
tqdm
106+
typed-ast
106107
types-PyYAML
107108
typing-inspect
108109
typing_extensions

0 commit comments

Comments
 (0)