The flask branch of webauthn, hatrac, and ermrest is now merged with master. So I had to update some dependencies to make sure our test cases are passing.
P.S. After adding the missing dependencies, Actions was throwing this error during installation:
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
So I had to add the following line (borrowed from here):
sudo pip3 install -U pyopenssl cryptography
Not sure if this the best way to install dependencies or not, but it seems to be working properly.
The
flask
branch of webauthn, hatrac, and ermrest is now merged with master. So I had to update some dependencies to make sure our test cases are passing.P.S. After adding the missing dependencies, Actions was throwing this error during installation:
So I had to add the following line (borrowed from here):
Not sure if this the best way to install dependencies or not, but it seems to be working properly.