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

Commit

Permalink
Pin Baron/RedBaron versions to 0.6.2, fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
keyan committed Jul 7, 2017
1 parent d3d307c commit e18f6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py 100644 → 100755
Expand Up @@ -4,15 +4,15 @@

setup(
name='flask_ext_migrate',
version='1.0.0',
version='1.0.1',
url='https://github.com/pallets/flask-ext-migrate',
license='BSD',
author='Keyan Pishdadian',
author_email='kpishdadian@gmail.com',
description='A sourcecode manipulation tool for converting imports.',
long_description='This tool allows for rapid migration of extension '
'imports away from the deprecated `.ext` format.',
install_requires=['RedBaron', 'click'],
install_requires=['redbaron==0.6.2', 'baron==0.6.2', 'click'],
tests_require=['nose'],
packages=['flask_ext_migrate'],
entry_points={
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -8,7 +8,8 @@ commands =
deps=
pytest
greenlet
redbaron
redbaron==0.6.2
baron==0.6.2

[flake8]
exclude=.tox,examples,docs

0 comments on commit e18f6de

Please sign in to comment.