mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 17:13:08 +00:00 
			
		
		
		
	Bumps [libsass](https://github.com/sass/libsass-python) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/sass/libsass-python/releases) - [Changelog](https://github.com/sass/libsass-python/blob/main/docs/changes.rst) - [Commits](https://github.com/sass/libsass-python/compare/0.21.0...0.22.0) --- updated-dependencies: - dependency-name: libsass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			69 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [tool.poetry]
 | |
| name = "Sith"
 | |
| version = "3"
 | |
| description = "Le web Sith de l'AE"
 | |
| authors = [
 | |
| 	"Skia <skia@hya.sk>",
 | |
| 	"klmp200 <antoine@bartuccio.fr>",
 | |
| 	"Krophil <pierre.brunet@krophil.fr>",
 | |
| 	"Och <francescowitz68@gmail.com>",
 | |
| 	"tleb <tleb@openmailbox.org>",
 | |
| 	"Soldat <ryan-68@live.fr>",
 | |
| 	"Nabos <gnikwo@hotmail.com>",
 | |
| 	"Terre <jbaptiste.lenglet+git@gmail.com>",
 | |
| 	"Lo-J <renaudg779@gmail.com>",
 | |
| 	"Vial <robin.trioux@utbm.fr>"
 | |
| ]
 | |
| documentation = "https://sith-ae.readthedocs.io/"
 | |
| homepage = "https://ae.utbm.fr/"
 | |
| license = "GPL-3.0-only"
 | |
| 
 | |
| [tool.poetry.dependencies]
 | |
| python = "^3.8"
 | |
| Django = "^3.2"
 | |
| Pillow = "^9.2"
 | |
| mistune = "^0.8.4"
 | |
| django-jinja = "^2.10"
 | |
| cryptography = "^40.0"
 | |
| pyOpenSSL = "^23.1.1"
 | |
| pytz = "^2021.1"
 | |
| djangorestframework = "^3.13"
 | |
| django-phonenumber-field = "^6.3"
 | |
| phonenumbers = "^8.12"
 | |
| django-ajax-selects = "^2.1.0"
 | |
| reportlab = "^3.6"
 | |
| django-haystack = "^3.2.1"
 | |
| xapian-haystack = "^3.0.1"
 | |
| xapian-bindings = "^0.1.0"
 | |
| libsass = "^0.22"
 | |
| django-ordered-model = "^3.6"
 | |
| django-simple-captcha = "^0.5.17"
 | |
| python-dateutil = "^2.8.2"
 | |
| psycopg2-binary = "2.9.3"
 | |
| sentry-sdk = "^1.21.0"
 | |
| pygraphviz = "^1.9"
 | |
| Jinja2 = "^3.1"
 | |
| django-countries = "^7.5.1"
 | |
| dict2xml = "^1.7.3"
 | |
| 
 | |
| # Extra optional dependencies
 | |
| coverage = {version = "^5.5", optional = true}
 | |
| 
 | |
| # Docs extra dependencies
 | |
| Sphinx = {version = "^4.2.0", optional = true}
 | |
| sphinx-rtd-theme = {version = "^1.0.0", optional = true}
 | |
| sphinx-copybutton = {version = "^0.4.0", optional = true}
 | |
| 
 | |
| [tool.poetry.extras]
 | |
| testing = ["coverage"]
 | |
| docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-copybutton"]
 | |
| 
 | |
| [tool.poetry.dev-dependencies]
 | |
| django-debug-toolbar = "^4.0.0"
 | |
| ipython = "^7.28.0"
 | |
| black = "^23.3.0"
 | |
| 
 | |
| [build-system]
 | |
| requires = ["poetry-core>=1.0.0"]
 | |
| build-backend = "poetry.core.masonry.api"
 |