tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

requirement.txt specify the version for each package #62

Open gam-phon opened 10 years ago

gam-phon commented 10 years ago

It is recommended to specify the version for each package in requirement.txt to prevent conflict in packages and its dependencies and to be sure it is working in this version.

pwilczynskiclearcode commented 10 years ago

By now aaargh destroys requirements completely. Another thing is that there is duplication between requirements.txt and setup.py