-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (33 loc) · 894 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
[metadata]
name = quiz_app
version = 0.0.1
url = https://github.com/tomstano/kodilla_at/tree/main/kodilla/module_2_quiz_app_selenium/quiz_app
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = Copyright 2022 - T.Stano
platforms =
Unix
Linux
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: Unix
Operating System :: Linux
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages =
kodilla/module_2_quiz_app_selenium/quiz_app
python_requires = >= 3.10
install_requires =
Django==4.0.3
django-crispy-forms
pillow
pytest
selenium
tox
isort
[global]
verbose = 1