Skip to content

Releases: amickael/create-flask-service

Version 0.1.6

06 Apr 14:25
Compare
Choose a tag to compare

Enhancements

  • app.py now automatically sets the current working directory to the project root

Version 0.1.5

05 Apr 23:00
Compare
Choose a tag to compare

Enhancements

  • Added a PyPI version check

Version 0.1.4

05 Apr 04:05
Compare
Choose a tag to compare

Enhancements

  • Added pytest to standard requirements

Version 0.1.3

05 Apr 03:34
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug where a permissions issue would cause overwriting an existing directory to fail on NT systems

Version 0.1.1

05 Apr 01:48
Compare
Choose a tag to compare

Bug fixes

  • Fixed bug where requirements would not install on NT systems

Version 0.1.0

04 Apr 23:21
27b6cd7
Compare
Choose a tag to compare

Enhancements

  • Requirements now automatically retrieves the latest version for each dependency

Version 0.0.11

03 Apr 20:27
Compare
Choose a tag to compare

Version 0.0.11

Bug fixes

  • Fixed a bug where pip install requirements into the new venv would fail on some POSIX systems

Version 0.0.9

03 Apr 19:10
Compare
Choose a tag to compare

First release of create-flask-service

See README.md for details