Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use diffsync from pypi
  • Loading branch information
chadell committed Jun 8, 2022
commit fb315054a6353d122ed30c5dd41ac5f6422381eb
1 change: 0 additions & 1 deletion examples/05-nautobot-peeringdb/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ WORKDIR /local
COPY . /local

RUN pip install --upgrade pip \
&& python -m pip install git+https://github.com/networktocode/diffsync.git#egg=diffsync[redis] \
&& pip install -r requirements.txt
2 changes: 1 addition & 1 deletion examples/05-nautobot-peeringdb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diffsync
diffsync[redis]
python-slugify
pycountry
requests
Expand Down