-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary python deps for e2e test (#112)
- Loading branch information
Showing
4 changed files
with
19 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.8 | ||
COPY . /tmp | ||
WORKDIR tmp | ||
RUN pip3 install -r requirements.txt | ||
RUN pip3 install -r test/e2e/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PyYAML==5.3.1 | ||
requests==2.24.0 | ||
apache-skywalking==0.5.0 | ||
protobuf==3.12.4 | ||
tornado==6.0.4 | ||
sanic==20.9.1 | ||
Flask==1.1.2 | ||
Jinja2==2.11.2 | ||
pymongo==3.11.0 | ||
PyMySQL==0.10.0 | ||
pyramid==1.10.5 | ||
pika==1.1.0 | ||
redis==3.5.3 | ||
MarkupSafe==1.1.1 | ||
itsdangerous==1.1.0 | ||
Werkzeug==1.0.1 |