Skip to content

Commit

Permalink
Merge pull request #83 from mekanix/feature/requirements
Browse files Browse the repository at this point in the history
Fix requirements
  • Loading branch information
mekanix authored Nov 17, 2020
2 parents 87c8f84 + 94ba078 commit f078542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/freenit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e


if [ "${1}" = "--version" ]; then
echo "0.1.17"
echo "0.1.18"
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion freenit/project/project/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from freenit.api import create_api
from .api import create_api


def create_app(app):
Expand Down
2 changes: 2 additions & 0 deletions freenit/project/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ipdb
uwsgi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='freenit',
version='0.1.17',
version='0.1.18',
description='REST API framework based on Flask-Smorest',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f078542

Please sign in to comment.