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

Fixes #1527: Replace deprecated pycrypto library with pycryptodome

This commit is contained in:
Jeremy Stretch
2017-10-09 17:40:15 -04:00
parent ea1d298eb3
commit c300879995
4 changed files with 14 additions and 15 deletions

View File

@@ -17,6 +17,6 @@ paramiko>=2.0.0
Pillow>=4.0.0
psycopg2>=2.7.3
py-gfm>=0.1.3
pycrypto>=2.6.1
pycryptodome>=3.4.7
sqlparse>=0.2
xmltodict>=0.10.2