mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
Merge c42c79b147
into a52a871a94
This commit is contained in:
commit
0577daf5d0
@ -1,7 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
import os
|
||||
|
||||
from Crypto.Cipher import AES, PKCS1_OAEP, XOR
|
||||
from Crypto.Cipher import AES, PKCS1_OAEP
|
||||
from Crypto.PublicKey import RSA
|
||||
|
||||
from django.conf import settings
|
||||
|
@ -17,6 +17,6 @@ paramiko>=2.0.0
|
||||
Pillow>=4.0.0
|
||||
psycopg2>=2.6.1
|
||||
py-gfm>=0.1.3
|
||||
pycrypto>=2.6.1
|
||||
pycryptodome>=3.4.5
|
||||
sqlparse>=0.2
|
||||
xmltodict>=0.10.2
|
||||
|
Loading…
Reference in New Issue
Block a user