aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-09-08 10:46:01 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-09-08 10:46:01 -0400
commita7ba6f037db6d43cee2dad187dd585cf7137e8c5 (patch)
treefd5ca7a4a210c2b587c87c667d1fd1903ccfdcaf
parent6650f85eb86d1e516850f59a9fed2f899bef5671 (diff)
downloadpeebz-a7ba6f037db6d43cee2dad187dd585cf7137e8c5.tar.gz
Fix typo in pyproject.toml
Somehow didn't trip up pycharm's validator. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bdbadc7..1c941cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
'requests >= 2.28',
'sqlalchemy >= 1.4,<2.0',
# Conditional to python version
- 'tomli >= 2.0; python_version < 3.11,
+ 'tomli >= 2.0; python_version < 3.11',
]
#optional-dependencies = [
# 'PyMySQL'