Releases: SatelCreative/docker-python-base
Releases · SatelCreative/docker-python-base
4.0
15 Jul 02:11
Compare
Sorry, something went wrong.
No results found
Switch to slim buster after reading how alpine is much slower
Add commands to run the app in development and production, as well as commands to test and validate the code
Reduce the package list in the requirements to the minimum required to run the app and tests
4.0-rc1
19 Jun 13:44
Compare
Sorry, something went wrong.
No results found
Switch to slim buster after reading how alpine is much slower
Add commands to run the app in development and production, as well as commands to test and validate the code
Reduce the package list in the requirements to the minimum required to run the app and tests
3.3
06 May 17:53
Compare
Sorry, something went wrong.
No results found
Upgrade all packages
Remove asynctest since the standard library has what we need now
Add isort and flake8-isort to properly sort our imports
Add python-jose for JWT stuff as our new standard
3.2.2
20 Aug 19:15
Compare
Sorry, something went wrong.
No results found
Change the python version from 3.8.3 to 3.8.5 (forgot to do it earlier)
Add mkautodoc because it's super useful
3.2.1
20 Aug 19:14
Compare
Sorry, something went wrong.
No results found
Add mkdocs-material because it looks great.
3.2
20 Aug 19:14
Compare
Sorry, something went wrong.
No results found
Upgrade packages
Add APScheduler as well as basic mkdocs packages
Drop asynctest that we don't need anymore thanks to AsyncMock being part of the standard library
3.1.1
14 Jul 14:34
Compare
Sorry, something went wrong.
No results found
Upgrade packages, add pysnooper & apispec fix #71
3.0
04 Jun 17:57
Compare
Sorry, something went wrong.
No results found
Upgrade the base Alpine docker image to switch to python 3.8
Add git to be able to install libraries straight from git/github
Add asynctest
upgrade all packages
2.0
09 Mar 15:34
Compare
Sorry, something went wrong.
No results found
Contains base webapp development python packages installed as global packages to make the development more uniform and standardized
1.0
09 Mar 15:32
Compare
Sorry, something went wrong.
No results found
First base version based on Alpine and setting up some basics OS packages along with directory and user structures