Skip to content

Commit 797edbc

Browse files
author
Tony Crisci
committed
fixes for requirements.txt
1 parent 7f43595 commit 797edbc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
2626
dbus \
2727
python3-gi
2828

29-
COPY requirements.txt .
30-
3129
RUN pip3 install yapf flake8 && \
3230
for py in python3 python3.6 python3.7 python3.9 python3.10; do \
3331
curl https://bootstrap.pypa.io/get-pip.py | $py; \

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# These dependencies are for running the test suite and documentation generator
2-
only
1+
# This library has no required dependencies. These dependencies are only for
2+
# running the test suite and documentation generator.
33

44
pytest==6.2.2
55
pytest-asyncio==0.14.0

0 commit comments

Comments
 (0)