Songbee / tracker

A torrent server, generating torrent files on the fly and serving some statistics
GNU Affero General Public License v3.0
8 stars 1 forks source link

requirements.txt file missing when doing 'docker-compose build web' #5

Open pataquets opened 5 years ago

pataquets commented 5 years ago

Just following readme, wanted to try it out.

notpushkin commented 5 years ago

Hey @pataquets! Seems like pipreq is now obsolete. I think we should drop pipenv / Pipfile altogether; in the meanwhile, put this into requirements.txt and you should be good to go:

psycopg2
requests
smartgetenv
jsonschema
ruamel.yaml
https://github.com/songbee/better-bencode/archive/0bb114b9875fac1a6829e0a7bd8ffb933c66c525.tar.gz
https://github.com/songbee/beerializer/archive/1b04b82c5ab93f1e32e9f4794997f4ba79920fa0.tar.gz
Flask-API
Flask-Admin
Flask-SQLAlchemy
SQLAlchemy-Searchable
SQLAlchemy-Utils
Flask-Migrate

(This will install the latest versions and might break the code, you might use exact versions from the [lockfile] then but please also report the errors here; also, PRs are always welcome! :)

https://github.com/Songbee/tracker/blob/master/Pipfile.lock