crossbario / cfxdb

Database schemata for CrossbarFX and XBR, based on zLMDB
MIT License
0 stars 6 forks source link

Depend on argon2-cffi, not argon2 #86

Closed oberstet closed 2 years ago

oberstet commented 2 years ago

currently, cfxdb depends on argon2

https://github.com/crossbario/cfxdb/blob/a0be695421fa0eb22b63dbd3bec5372336af342e/requirements.txt#L4

however, it should depend on argon2-cffi, same as in autobahn[scram]

https://github.com/crossbario/autobahn-python/blob/3da0c268681d599c622ab87d14c604fcdf4df9d4/setup.py#L101

oberstet commented 2 years ago

fixed via https://github.com/crossbario/cfxdb/pull/87