Add requirements file for pip (port from midgetspy/sick-beard)

Allows for use of 'pip install -r requirements.txt' to install prerequisites for SickGear to run
This commit is contained in:
Adam 2015-02-20 23:12:04 +08:00 committed by adam
parent 766afc05c8
commit 12cc540c58
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
### 0.x.x (2015-xx-xx xx:xx:xx UTC)
* Add requirements file for pip (port from midgetspy/sick-beard)
[develop changelog]
### 0.7.0 (2015-02-23 11:02:00 UTC)
* Fix slow database operations (port from midgetspy/sickbeard)

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
Cheetah>=2.1.0