Skip to content

Dependency Issue with Pyrebase and PyCryptodome #454

Description

@Darrshan-Sankar

Issue Description:

The current version of Pyrebase exhibits a dependency conflict with PyCryptodome. The setup script specifies pycryptodome==3.4.3 as a requirement, but it's observed that Pyrebase functions correctly with version pycryptodome==3.19.0. This creates confusion and potential installation problems for users.

Steps to Reproduce:

Attempt to install Pyrebase with the specified dependencies using "pip install pyrebase pycryptodome==3.19.0".
Observe the error message indicating an incompatible version of PyCryptodome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions