Requirements.txt for modules used anastruct,pyrebase

i have an app using modules
1)anastruct,
2)pyrebase

what should be the requirements.txt ?

Hello @tanbin-hasnat-shehab ,

You can use this module to generate your requiremnts.txt file
https://pypi.org/project/pipreqs/

In one of my very last projects, I used Pyrebase - [Pyrebase==3.0.27].
Hope it helps.
Cheers!
Avra

2 Likes

I could not even install pyrebase on windows…it says,
Building wheels for collected packages: pycryptodome
Building wheel for pycryptodome (setup.py) … error

can you suggest some?

Ah, this is typical Pyrebase module related problem. I couldn’t find out specific fix related to this. But you can check this post ,I made months back , there’s a section related to “common error fix” which includes few links, that might solve your issue.
Goodluck !