-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (36 loc) · 989 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = steam-deals
description = Backend of the project carried out during the `Application Development Tools` classes
url = https://gitlab.com/rafit/steam-deals-backend
author = 'Kamil Chrobok, Mateusz Żebrak, Rafał Żyła',
[options]
packages = find:
python_requires = >=3.8
install_requires =
fastapi[all] ~= 0.75.1
fastapi-mail ~= 1.0.6
dynaconf ~= 3.1.7
gitpython ~= 3.1.27
sqlalchemy ~= 1.4.32
psycopg2-binary ~= 2.9.3
pytz ~= 2022.1
python-jose[cryptography] ~= 3.3.0
passlib[bcrypt] ~= 1.7.4
[options.extras_require]
dev =
pytest ~= 7.0.1
pytest-cov ~= 3.0.0
pylint ~= 2.12.2
black ~= 22.3.0
isort[colors] ~= 5.10.1
pre-commit ~= 2.17.0
[options.packages.find]
exclude =
tests
tests.*
[options.package_data]
* = *.html
[options.entry_points]
console_scripts =
steam-deals = steam_deals.main:main