File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,4 @@ RUN if [ -n "$GITHUB_TOKEN" ] ; \
51
51
pip3 install --no-cache-dir -e readthedocs-ext ; \
52
52
fi
53
53
54
- # Use watchman for Django ``runserver`` command
55
- # (this is new in Django 2.2 and could help to reduce CPU usage)
56
- ENV DJANGO_WATCHMAN_TIMEOUT 15
57
- RUN apt-get install -y libssl-dev autoconf automake libtool
58
- RUN git clone https://github.com/facebook/watchman.git -b v4.9.0 --depth 1; \
59
- cd watchman; \
60
- ./autogen.sh; \
61
- ./configure; \
62
- make; \
63
- make install
64
-
65
54
WORKDIR /usr/src/app/checkouts/readthedocs.org
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pillow==7.0.0
8
8
9
9
# local debugging tools
10
10
watchdog==0.9.0
11
- pywatchman==1.4.1
12
11
datadiff==2.0.0
13
12
ipdb==0.12.2
14
13
pdbpp==0.10.2
You can’t perform that action at this time.
0 commit comments