Create requirements.txt and start README
This commit is contained in:
parent
134f1d032c
commit
182ae859d4
2 changed files with 32 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Alles wat ik voel
|
||||
|
||||
Een project door Ruben van de Ven voor de release van _Alles Wat Ik Voel_ van Stine Jensen.
|
||||
|
||||
## Setup
|
||||
|
||||
`virtualenv --python=python3 env`
|
||||
|
||||
`source env/bin/activate`
|
||||
|
||||
`pip install -r requirements.txt`
|
||||
|
||||
``
|
19
requirements.txt
Normal file
19
requirements.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
appdirs==1.4.2
|
||||
cssutils==1.0.2
|
||||
inflect==0.2.5
|
||||
jaraco.itertools==2.0.1
|
||||
lxml==3.7.3
|
||||
more-itertools==2.5.0
|
||||
numpy==1.12.0
|
||||
olefile==0.44
|
||||
packaging==16.8
|
||||
peewee==2.9.0
|
||||
Pillow==4.0.0
|
||||
pkg-resources==0.0.0
|
||||
python-dateutil==2.6.0
|
||||
pytz==2016.10
|
||||
scipy==0.18.1
|
||||
six==1.10.0
|
||||
svg.charts==3.4.4
|
||||
tempora==1.6.1
|
||||
tornado==4.4.2
|
Loading…
Reference in a new issue