cafca / souma

Souma is a distributed and end-to-end encrypted community platform based on humanist ideals
Apache License 2.0
5 stars 3 forks source link

Consolidate requiremnts.txt #175

Open cartisan opened 10 years ago

cartisan commented 10 years ago

Right now we have three requirements.txt. This is due to the fact that packaging needs different versions in some cases. However new packages now have to be included in three files which is a pain in the behind + code duplication.

We should find a way for recursive requirements installation so we can get all common packages into one file.

@ciex @kahartma