Pinning version to Apistar 0.3.9

master
androiddrew 7 years ago
parent f4d96ac52b
commit d2e6829807

2
.gitignore vendored

@ -10,6 +10,7 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
venv/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
@ -44,6 +45,7 @@ htmlcov/
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*,cover *,cover
.pytest_cache/
# Translations # Translations
*.mo *.mo

@ -7,7 +7,7 @@ with open('HISTORY.md') as history_file:
history = history_file.read() history = history_file.read()
requirements = [ requirements = [
'apistar', 'apistar~=0.3.9',
] ]
test_requirements = [ test_requirements = [

Loading…
Cancel
Save