mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Update pyproject.toml
This commit is contained in:
parent
555f21c0d6
commit
d981c36468
11
README.md
11
README.md
@ -1,17 +1,20 @@
|
||||
# FOSSDB
|
||||
|
||||

|
||||

|
||||
|
||||
#
|
||||
 
|
||||
|
||||
FOSSDB is an open-source web application that helps users find, contribute, and collaborate on free and open-source software (FOSS) projects.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [Contributing](#contributing)
|
||||
- [License](#license)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
## Installation
|
||||
1. Clone the repository and `cd` into it.
|
||||
2. Install dependencies:
|
||||
|
||||
@ -1,3 +1,18 @@
|
||||
[project]
|
||||
name = "FOSSDB"
|
||||
version = "0.1.0"
|
||||
description = "FOSSDB is an open-source web application that helps users find, contribute, and collaborate on free and open-source software (FOSS) projects."
|
||||
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
license = { text = "GPLv3" }
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3:10",
|
||||
"Programming Language :: Python :: 3:11",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
@ -16,7 +31,6 @@ warn_unused_configs = true
|
||||
line-length = 160
|
||||
exclude = ["**/**/migrations"]
|
||||
|
||||
|
||||
[tool.black]
|
||||
line-length = 160
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Django==4.2.*
|
||||
Pillow==9.5.*
|
||||
fontawesomefree==6.4.*
|
||||
mysqlclient==2.1.*
|
||||
django-tailwind==3.6.*
|
||||
django-search-views==0.3.*
|
||||
gunicorn==20.1.*
|
||||
django-jet-reboot==1.3.*
|
||||
google-api-python-client==1.4.*
|
||||
Django==4.2
|
||||
Pillow==9.5
|
||||
fontawesomefree==6.4
|
||||
mysqlclient==2.1
|
||||
django-tailwind==3.6
|
||||
django-search-views==0.3
|
||||
gunicorn==20.1
|
||||
django-jet-reboot==1.3
|
||||
google-api-python-client==1.4
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
mypy==1.3.0
|
||||
ruff==0.0.272
|
||||
mypy==1.3
|
||||
ruff
|
||||
|
||||
Loading…
Reference in New Issue
Block a user