File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.4 (2023-06-26)
4
+
5
+ * dependency updates
6
+
3
7
## 1.3.3 (2023-05-06)
4
8
5
9
* dependency updates
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ python app.py
124
124
125
125
Simply execute ...
126
126
``` bash
127
- docker- compose up
127
+ docker compose up
128
128
```
129
129
... to automatically build the container and run it.
130
130
Original file line number Diff line number Diff line change 1
1
python-dotenv == 1.0.0
2
2
Flask == 2.3.2
3
- requests == 2.30 .0
3
+ requests == 2.31 .0
4
4
Pillow == 9.5.0
5
5
gunicorn == 20.1.0
6
- flasgger @ git+https://github.com/flasgger/flasgger.git@f5de71b757966fb1cc5317d1e84e1be7d6400bc6
6
+ flasgger @ git+https://github.com/flasgger/flasgger.git@3c16b776f4848813209f2704b18cba81762ac030
Original file line number Diff line number Diff line change 1
- 1.3.3
1
+ 1.3.4
You can’t perform that action at this time.
0 commit comments