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
|
peewee==2.8.1
|
||||||
psutil
|
psutil
|
||||||
psycopg2
|
psycopg2
|
||||||
|
pyasn1
|
||||||
py-bcrypt
|
py-bcrypt
|
||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
pycryptodome
|
pycryptodome
|
||||||
|
|
|
@ -90,6 +90,7 @@ ply==3.10
|
||||||
positional==1.1.1
|
positional==1.1.1
|
||||||
psutil==5.2.1
|
psutil==5.2.1
|
||||||
psycopg2==2.7.1
|
psycopg2==2.7.1
|
||||||
|
pyasn1==0.3.7
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
pycparser==2.17
|
pycparser==2.17
|
||||||
pycryptodome==3.4.5
|
pycryptodome==3.4.5
|
||||||
|
|
Reference in a new issue