We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f43595 commit 797edbcCopy full SHA for 797edbc
2 files changed
Dockerfile
@@ -26,8 +26,6 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
26
dbus \
27
python3-gi
28
29
-COPY requirements.txt .
30
-
31
RUN pip3 install yapf flake8 && \
32
for py in python3 python3.6 python3.7 python3.9 python3.10; do \
33
curl https://bootstrap.pypa.io/get-pip.py | $py; \
requirements.txt
@@ -1,5 +1,5 @@
1
-# These dependencies are for running the test suite and documentation generator
2
-only
+# This library has no required dependencies. These dependencies are only for
+# running the test suite and documentation generator.
3
4
pytest==6.2.2
5
pytest-asyncio==0.14.0
0 commit comments