mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Drop pycryptodome as a Python dependency
This commit is contained in:
parent
854121b6ec
commit
6b3e0d3229
@ -94,10 +94,6 @@ Pillow
|
|||||||
# https://github.com/psycopg/psycopg2
|
# https://github.com/psycopg/psycopg2
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
|
|
||||||
# Extensive cryptographic library (fork of pycrypto)
|
|
||||||
# https://github.com/Legrandin/pycryptodome
|
|
||||||
pycryptodome
|
|
||||||
|
|
||||||
# YAML rendering library
|
# YAML rendering library
|
||||||
# https://github.com/yaml/pyyaml
|
# https://github.com/yaml/pyyaml
|
||||||
PyYAML
|
PyYAML
|
||||||
|
@ -22,7 +22,6 @@ mkdocs-material==7.2.6
|
|||||||
netaddr==0.8.0
|
netaddr==0.8.0
|
||||||
Pillow==8.3.2
|
Pillow==8.3.2
|
||||||
psycopg2-binary==2.9.1
|
psycopg2-binary==2.9.1
|
||||||
pycryptodome==3.10.1
|
|
||||||
PyYAML==5.4.1
|
PyYAML==5.4.1
|
||||||
svgwrite==1.4.1
|
svgwrite==1.4.1
|
||||||
tablib==3.0.0
|
tablib==3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user