|
|
@ -28,11 +28,11 @@ classifiers = [ |
|
|
|
|
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"openpyxl >= 3.0.0", |
|
|
|
"openpyxl >= 3.0.0", |
|
|
|
"pyramid >= 1.10", |
|
|
|
"pyramid >= 2.0", |
|
|
|
"pyramid_jinja2 >= 2.7", |
|
|
|
"pyramid_jinja2", |
|
|
|
"pyramid_mailer >= 0.15.1", |
|
|
|
"pyramid_mailer", |
|
|
|
"waitress >= 1.4.3", |
|
|
|
"waitress", |
|
|
|
"passlib[argon2] >= 1.7.2", |
|
|
|
"passlib[argon2]", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[project.entry-points."paste.app_factory"] |
|
|
|
[project.entry-points."paste.app_factory"] |
|
|
|