mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
parent
29dd0c3d99
commit
99cb0d5ff4
1 changed files with 25 additions and 25 deletions
50
setup.cfg
50
setup.cfg
|
@ -22,34 +22,34 @@ packages = find:
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
install_requires =
|
install_requires =
|
||||||
blinker==1.4
|
blinker~=1.4
|
||||||
cachetools==4.1.0
|
cachetools~=4.1
|
||||||
debts==0.5
|
debts~=0.5
|
||||||
email_validator==1.0.5
|
email_validator~=1.0
|
||||||
Flask-Babel==1.0.0
|
Flask-Babel~=1.0
|
||||||
Flask-Cors==3.0.8
|
Flask-Cors~=3.0
|
||||||
Flask-Mail==0.9.1
|
Flask-Mail~=0.9
|
||||||
Flask-Migrate==2.5.3
|
Flask-Migrate>=2.5.3 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)
|
||||||
Flask-RESTful==0.3.8
|
Flask-RESTful~=0.3
|
||||||
Flask-Script==2.0.6
|
Flask-Script~=2.0
|
||||||
Flask-SQLAlchemy==2.4.1
|
Flask-SQLAlchemy~=2.4
|
||||||
Flask-WTF==0.14.3
|
Flask-WTF~=0.14
|
||||||
WTForms==2.2.1
|
WTForms~=2.2.1,<2.3 # See #567
|
||||||
Flask==1.1.2
|
Flask~=1.1
|
||||||
itsdangerous==1.1.0
|
itsdangerous~=1.1
|
||||||
Jinja2==2.11.2
|
Jinja2~=2.11
|
||||||
requests==2.22.0
|
requests~=2.22
|
||||||
SQLAlchemy-Continuum==1.3.9
|
SQLAlchemy-Continuum~=1.3
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
black==19.10b0 ; python_version >= '3.6'
|
black>=19.10b0 ; python_version >= '3.6'
|
||||||
flake8==3.7.9
|
flake8>=3.7.9
|
||||||
Flask-Testing==0.8.0
|
Flask-Testing>=0.8.0
|
||||||
isort==4.3.21
|
isort>=4.3.21
|
||||||
pytest==5.4.1
|
pytest>=5.4.1
|
||||||
tox==3.14.6
|
tox>=3.14.6
|
||||||
zest.releaser==6.20.1
|
zest.releaser>=6.20.1
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
|
Loading…
Reference in a new issue