mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
18 lines
517 B
Text
18 lines
517 B
Text
django>=4.1,<5.0
|
|
django-cleanup>=6.0
|
|
django-environ>=0.9.0
|
|
django-htmx>=1.12.2
|
|
django-linear-migrations>=2.2.0
|
|
django-extensions>=3.1.5
|
|
whitenoise>=6.2
|
|
# pytest-selenium is broken with selenium 4.10.0
|
|
# TypeError: WebDriver.__init__() got an unexpected keyword argument 'service_log_path'
|
|
# https://github.com/robotframework/SeleniumLibrary/issues/1835
|
|
selenium>=4.5.0,<4.10.0
|
|
Markdown>=3.2
|
|
django-registration>=3.3
|
|
django-anymail[mailgun]>=8.6
|
|
django-bootstrap5>=22.1
|
|
requests>=2.28.1
|
|
gunicorn>=20.1.0
|
|
Pillow>=9.3.0
|