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:
@ -83,6 +83,10 @@ py-gfm
|
|||||||
# https://github.com/Legrandin/pycryptodome
|
# https://github.com/Legrandin/pycryptodome
|
||||||
pycryptodome
|
pycryptodome
|
||||||
|
|
||||||
|
# YAML rendering library
|
||||||
|
# https://github.com/yaml/pyyaml
|
||||||
|
PyYAML
|
||||||
|
|
||||||
# In-memory key/value store used for caching and queuing
|
# In-memory key/value store used for caching and queuing
|
||||||
# https://github.com/andymccurdy/redis-py
|
# https://github.com/andymccurdy/redis-py
|
||||||
redis
|
redis
|
||||||
|
@ -19,5 +19,6 @@ Pillow==7.0.0
|
|||||||
psycopg2-binary==2.8.4
|
psycopg2-binary==2.8.4
|
||||||
py-gfm==0.1.4
|
py-gfm==0.1.4
|
||||||
pycryptodome==3.9.4
|
pycryptodome==3.9.4
|
||||||
|
PyYAML==5.3
|
||||||
redis==3.3.11
|
redis==3.3.11
|
||||||
svgwrite==1.3.1
|
svgwrite==1.3.1
|
||||||
|
Reference in New Issue
Block a user