signum-network / signum-explorer

Signum Blockchain Explorer
GNU General Public License v3.0
9 stars 11 forks source link

Fix incorrect requirements.txt #172

Closed Antoninich closed 9 months ago

Antoninich commented 9 months ago

Current file requirements.txt it contains unnecessary and incorrect information, for example, python on 5 line. I offer my version requirements.txt with which the pip install -r requirements.txt command can install the necessary packages to start and work signum explorer.

Antoninich commented 9 months ago

looks legit to me... apparently, similar to package.json in NodeJS.

Is your suggestion written into Readme.md also? Would be good to add there.

Readme.md it will be ready when the pool section is ready and several changes are made, for example, the .env.template file is added - the template for .env. View the current version Readme.md you can do it here https://github.com/Antoninich/signum-explorer/tree/fix_list_pools_ex2#readme

ohager commented 9 months ago

:clap: for making a small PR....