mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-15 00:41:49 +02:00
Compare commits
7 commits
69b6665ca1
...
f344a2f524
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f344a2f524 | ||
![]() |
61ea1f54d2 | ||
![]() |
299c384908 | ||
![]() |
4e9ff9b1ac | ||
![]() |
2aa410c68f | ||
![]() |
19d92b96c9 | ||
![]() |
74725f4332 |
3 changed files with 1160 additions and 4 deletions
|
@ -15,6 +15,7 @@ APPLICATION_ROOT = "/"
|
||||||
ENABLE_CAPTCHA = False
|
ENABLE_CAPTCHA = False
|
||||||
LEGAL_LINK = ""
|
LEGAL_LINK = ""
|
||||||
SUPPORTED_LANGUAGES = [
|
SUPPORTED_LANGUAGES = [
|
||||||
|
"az",
|
||||||
"ca",
|
"ca",
|
||||||
"cs",
|
"cs",
|
||||||
"de",
|
"de",
|
||||||
|
|
1155
ihatemoney/translations/az/LC_MESSAGES/messages.po
Normal file
1155
ihatemoney/translations/az/LC_MESSAGES/messages.po
Normal file
File diff suppressed because it is too large
Load diff
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blinker>=1.4,<2",
|
"blinker>=1.4,<2",
|
||||||
"cachetools>=4.1,<5",
|
"cachetools>=4.1,<6",
|
||||||
"debts>=0.5,<1",
|
"debts>=0.5,<1",
|
||||||
"email_validator>=1.0,<3",
|
"email_validator>=1.0,<3",
|
||||||
"Flask>=2,<4",
|
"Flask>=2,<4",
|
||||||
|
@ -43,7 +43,7 @@ dependencies = [
|
||||||
"itsdangerous>=2,<3",
|
"itsdangerous>=2,<3",
|
||||||
"Jinja2>=3,<4",
|
"Jinja2>=3,<4",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"qrcode>=7.1,<8",
|
"qrcode>=7.1,<9",
|
||||||
"requests>=2.25,<3",
|
"requests>=2.25,<3",
|
||||||
"SQLAlchemy>=1.3.0,<1.5",
|
"SQLAlchemy>=1.3.0,<1.5",
|
||||||
"SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728
|
"SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728
|
||||||
|
@ -53,11 +53,11 @@ dependencies = [
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
database = [
|
database = [
|
||||||
# Python 3.11 support starts in 2.9.2
|
# Python 3.11 support starts in 2.9.2
|
||||||
"psycopg2-binary>=2.9.2,<2.9.9",
|
"psycopg2-binary>=2.9.2,<2.9.11",
|
||||||
"PyMySQL>=0.9,<1.2",
|
"PyMySQL>=0.9,<1.2",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"ruff==0.6.8",
|
"ruff==0.8.4",
|
||||||
"flake8==5.0.4",
|
"flake8==5.0.4",
|
||||||
"isort==5.11.5",
|
"isort==5.11.5",
|
||||||
"vermin==1.6.0",
|
"vermin==1.6.0",
|
||||||
|
|
Loading…
Reference in a new issue