Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Update requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Dec 17, 2015
1 parent 8d57f95 commit 6efc54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions Makefile
@@ -1,28 +1,20 @@
.PHONY: run
.PHONY: run shell test install pep8 clean

run:
python manage.py runserver --reloader --debug

.PHONY: shell
shell:
python manage.py shell

.PHONY: test
test: pep8
QUOKKA_MODE=test py.test --cov=quokka -l --tb=short --maxfail=1 quokka/

.PHONY: install
install:
python setup.py develop

.PHONY: pep8
pep8:
@flake8 quokka --ignore=F403 --exclude=migrations

.PHONY: sdist
sdist: test
@python setup.py sdist upload

.PHONY: clean
clean:
@find ./ -name '*.pyc' -exec rm -f {} \;
@find ./ -name 'Thumbs.db' -exec rm -f {} \;
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Expand Up @@ -15,7 +15,7 @@ Flask-OAuthlib==0.9.2
flask-security==1.7.4 # rq.filter: <1.7.5
Pillow==3.0.0
PyRSS2Gen==1.1
requests==2.8.1
requests==2.9.0
quokka-speaklater==1.3.1
pyshorteners==0.5.8
cached-property==1.3.0
Expand Down

0 comments on commit 6efc54f

Please sign in to comment.