1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add PyYAML as a required package

This commit is contained in:
Jeremy Stretch
2020-01-16 12:23:36 -05:00
parent e640f413ab
commit 4cb1facb6a
2 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,10 @@ py-gfm
# https://github.com/Legrandin/pycryptodome
pycryptodome
# YAML rendering library
# https://github.com/yaml/pyyaml
PyYAML
# In-memory key/value store used for caching and queuing
# https://github.com/andymccurdy/redis-py
redis

View File

@ -19,5 +19,6 @@ Pillow==7.0.0
psycopg2-binary==2.8.4
py-gfm==0.1.4
pycryptodome==3.9.4
PyYAML==5.3
redis==3.3.11
svgwrite==1.3.1