Add missing lib to remove warning
This commit is contained in:
parent
7cfe66336a
commit
2f1538d1d5
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ pathvalidate
|
|||
peewee==2.8.1
|
||||
psutil
|
||||
psycopg2
|
||||
pyasn1
|
||||
py-bcrypt
|
||||
pyOpenSSL
|
||||
pycryptodome
|
||||
|
|
|
@ -90,6 +90,7 @@ ply==3.10
|
|||
positional==1.1.1
|
||||
psutil==5.2.1
|
||||
psycopg2==2.7.1
|
||||
pyasn1==0.3.7
|
||||
py-bcrypt==0.4
|
||||
pycparser==2.17
|
||||
pycryptodome==3.4.5
|
||||
|
|
Reference in a new issue