Skip to content

Commit e1456c8

Browse files
author
Bojan Jovanovic
committed
Updated requirements to be generated from requirements.in, moved the requirements.txt to a requirements folder.
+ Update all packages to newest versions.
1 parent 787b46b commit e1456c8

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
only:
66
- master
77
install:
8-
- pip install -r requirements.txt
8+
- pip install -r ./requirements/requirements.txt
99
script:
1010
- python manage.py test
1111
deploy:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source .venv/bin/activate
2727
4. Install the requirements:
2828

2929
```
30-
pip install -r requirements.txt
30+
pip install -r ./requirements/requirements.txt
3131
```
3232

3333
5. Create a file named `.env`

requirements/requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip-tools # Used to generate requirements.txt from requirements.in

requirements/requirements.in

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
boto3
2+
dj-database-url
3+
dj-static
4+
Django
5+
django-choices
6+
django-countries
7+
django-filter
8+
django-markdownx
9+
django-meta
10+
django-money
11+
django-moneyfield
12+
django-storages
13+
django-tagging
14+
django-taggit
15+
djangorestframework
16+
gunicorn
17+
Markdown
18+
money
19+
psycopg2-binary
20+
py-moneyed
21+
python-decouple
22+
python-slugify
23+
pytz
24+
raven
25+
django-markdownify
File renamed without changes.

0 commit comments

Comments
 (0)