Compare commits
13 Commits
174c4dd1c2
...
d490ee1b63
Author | SHA1 | Date | |
---|---|---|---|
d490ee1b63 | |||
296a899c82 | |||
50bc0f4df2 | |||
cf53482196 | |||
9628a70758 | |||
43472ac1e0 | |||
41a2bd356f | |||
e9c84eb48c | |||
2f629c17b2 | |||
6781e26f32 | |||
1af7d4ea5b | |||
629daca0a1 | |||
7edcd4c046 |
@ -1,18 +1,18 @@
|
||||
Flask~=2.1.2
|
||||
python-dotenv==0.20.0
|
||||
python-dotenv==0.21.0
|
||||
uwsgi==2.0.20
|
||||
Flask_SQLAlchemy==2.5.1
|
||||
python-dotenv==0.20.0
|
||||
python-dotenv==0.21.0
|
||||
pymysql==1.0.2
|
||||
pyjwt==2.3.0
|
||||
pyjwt==2.5.0
|
||||
apiflask==1.0.0
|
||||
flask-cors==3.0.10
|
||||
bcrypt==4.0.0
|
||||
pytest~=7.1.2
|
||||
pytest-cov
|
||||
marshmallow~=3.15.0
|
||||
marshmallow~=3.18.0
|
||||
faker~=14.2.0
|
||||
requests~=2.27.1
|
||||
requests~=2.28.1
|
||||
investpy~=1.0.8
|
||||
pandas~=1.4.2
|
||||
currencyconverter~=0.16.12
|
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -1255,9 +1255,9 @@
|
||||
}
|
||||
},
|
||||
"@angular/material": {
|
||||
"version": "13.3.6",
|
||||
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.6.tgz",
|
||||
"integrity": "sha512-V+3Fs9JK+7KlcdJG/Oa/IQuLHC8WYzuL8ffH1Q06ANSzGxSjsAHs4FZQpKUpVBoL3E+p9Yz+zkKe91k5L62VoQ==",
|
||||
"version": "14.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.2.tgz",
|
||||
"integrity": "sha512-jVCaESSTTkLjRvMzSQj294s0Lz1YMVFkl0svrMtWgkUMXHEfx2Vjw6FXdrVrBXlxEIrpfhkTEXVN2DC1kkAkQw==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
"@angular/compiler": "~14.2.0",
|
||||
"@angular/core": "~13.2.0",
|
||||
"@angular/forms": "~14.2.0",
|
||||
"@angular/material": "^13.3.6",
|
||||
"@angular/material": "^14.0.0",
|
||||
"@angular/platform-browser": "~14.2.0",
|
||||
"@angular/platform-browser-dynamic": "~14.2.0",
|
||||
"@angular/router": "~14.2.0",
|
||||
|
@ -1,8 +1,8 @@
|
||||
pyTelegramBotAPI~=4.5.0
|
||||
pyTelegramBotAPI~=4.7.0
|
||||
Markdown~=3.3.6
|
||||
newsapi-python~=0.2.6
|
||||
python-dotenv~=0.20.0
|
||||
requests~=2.27.1
|
||||
python-dotenv~=0.21.0
|
||||
requests~=2.28.1
|
||||
APScheduler~=3.9.1
|
||||
croniter~=1.3.4
|
||||
tzlocal==4.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user