Compare commits
27 Commits
2553fd19cc
...
d9587d8894
Author | SHA1 | Date | |
---|---|---|---|
d9587d8894 | |||
96e576997c | |||
94a0fccfaa | |||
d5693b1b87 | |||
b1503ad3d2 | |||
c87d62157a | |||
91a39ae257 | |||
a6f8c5f374 | |||
59642addae | |||
4408982cbb | |||
9cec1d3d29 | |||
9a91a85ac8 | |||
015ee4cb94 | |||
692f75365a | |||
6ea921685a | |||
ef64b68f3b | |||
bf481d85e2 | |||
c94872c68d | |||
90bb3e1c6a | |||
e99b2efc61 | |||
44515f9b14 | |||
8e2cce1d5a | |||
40601f2937 | |||
98a6da3d6d | |||
81b2a382ae | |||
4d64d28c90 | |||
17244c8091 |
@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Change the working directory to the root of the project
|
||||
WORKDIR /srv/flask_app
|
||||
|
@ -1,6 +1,6 @@
|
||||
Flask~=2.1.2
|
||||
python-dotenv==0.21.0
|
||||
uwsgi==2.0.20
|
||||
uwsgi==2.0.21
|
||||
Flask_SQLAlchemy==3.0.2
|
||||
python-dotenv==0.21.0
|
||||
pymysql==1.0.2
|
||||
@ -8,10 +8,10 @@ pyjwt==2.6.0
|
||||
apiflask==1.0.0
|
||||
flask-cors==3.0.10
|
||||
bcrypt==4.0.1
|
||||
pytest~=7.1.2
|
||||
pytest~=7.2.0
|
||||
pytest-cov
|
||||
marshmallow~=3.18.0
|
||||
faker~=15.1.1
|
||||
marshmallow~=3.19.0
|
||||
faker~=15.3.4
|
||||
requests~=2.28.1
|
||||
investpy~=1.0.8
|
||||
pandas~=1.5.0
|
||||
|
2333
frontend/package-lock.json
generated
2333
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -15,39 +15,39 @@
|
||||
"@angular/animations": "~14.2.0",
|
||||
"@angular/cdk": "^15.0.0",
|
||||
"@angular/common": "~14.2.0",
|
||||
"@angular/compiler": "~14.2.0",
|
||||
"@angular/compiler": "~15.0.0",
|
||||
"@angular/core": "~14.2.0",
|
||||
"@angular/forms": "~14.2.0",
|
||||
"@angular/forms": "~15.0.0",
|
||||
"@angular/material": "^15.0.0",
|
||||
"@angular/platform-browser": "~14.2.0",
|
||||
"@angular/platform-browser-dynamic": "~14.2.0",
|
||||
"@angular/platform-browser-dynamic": "~15.0.0",
|
||||
"@angular/router": "~15.0.0",
|
||||
"bootstrap": "^5.1.3",
|
||||
"ngx-cron-editor": "^0.7.3",
|
||||
"rxjs": "~7.6.0",
|
||||
"tslib": "^2.4.0",
|
||||
"zone.js": "~0.11.4"
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~14.2.0",
|
||||
"@angular-devkit/build-angular": "~15.0.0",
|
||||
"@angular-eslint/builder": "15.1.0",
|
||||
"@angular-eslint/eslint-plugin": "14.1.2",
|
||||
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
||||
"@angular-eslint/schematics": "14.1.2",
|
||||
"@angular-eslint/schematics": "15.1.0",
|
||||
"@angular-eslint/template-parser": "15.1.0",
|
||||
"@angular/cli": "~14.2.0",
|
||||
"@angular/compiler-cli": "~14.2.0",
|
||||
"@angular/compiler-cli": "~15.0.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/node": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.40.1",
|
||||
"eslint": "^8.15.0",
|
||||
"jasmine-core": "~4.4.0",
|
||||
"jasmine-core": "~4.5.0",
|
||||
"karma": "~6.4.0",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
"karma-coverage": "~2.2.0",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.0.0",
|
||||
"typescript": "~4.8.0"
|
||||
"typescript": "~4.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Change the working directory to the root of the project
|
||||
WORKDIR /srv/flask_app
|
||||
|
Loading…
Reference in New Issue
Block a user