|
| 1 | +[project] |
| 2 | +name = "pyrigs" |
| 3 | +version = "0.1.0" |
| 4 | +description = "A Django-based event booking system designed for use by TEC PA and Lighting" |
| 5 | +readme = "README.md" |
| 6 | +requires-python = "~=3.10.0" |
| 7 | +dependencies = [ |
| 8 | + "ansicolors~=1.1.8", |
| 9 | + "asgiref~=3.3.1", |
| 10 | + "backports.tempfile~=1.0", |
| 11 | + "backports.weakref~=1.0.post1", |
| 12 | + "beautifulsoup4~=4.9.3", |
| 13 | + "Brotli~=1.0.9", |
| 14 | + "cachetools~=4.2.1", |
| 15 | + "chardet~=4.0.0", |
| 16 | + "configparser~=5.0.1", |
| 17 | + "contextlib2~=0.6.0.post1", |
| 18 | + "cssselect~=1.1.0", |
| 19 | + "cssutils~=1.0.2", |
| 20 | + "dj-database-url~=0.5.0", |
| 21 | + "dj-static~=0.0.6", |
| 22 | + "Django~=3.2", |
| 23 | + "django-debug-toolbar~=4.0.0", |
| 24 | + "django-filter~=2.4.0", |
| 25 | + "django-ical~=1.7.1", |
| 26 | + "django-recurrence~=1.10.3", |
| 27 | + "django-registration-redux~=2.9", |
| 28 | + "django-reversion~=3.0.9", |
| 29 | + "django-widget-tweaks~=1.4.8", |
| 30 | + "django-htmlmin~=0.11.0", |
| 31 | + "envparse", |
| 32 | + "gunicorn~=22.0.0", |
| 33 | + "icalendar~=4.0.7", |
| 34 | + "idna~=3.7", |
| 35 | + "Markdown~=3.3.3", |
| 36 | + "msgpack~=1.0.2", |
| 37 | + "pep517~=0.9.1", |
| 38 | + "Pillow~=10.0.1", |
| 39 | + "premailer~=3.7.0", |
| 40 | + "progress~=1.5", |
| 41 | + "psutil~=5.8.0", |
| 42 | + "psycopg2-binary", |
| 43 | + "Pygments~=2.15.0", |
| 44 | + "pyparsing~=2.4.7", |
| 45 | + "PyPDF2~=1.27.5", |
| 46 | + "PyPOM~=2.2.4", |
| 47 | + "python-dateutil~=2.8.1", |
| 48 | + "pytoml~=0.1.21", |
| 49 | + "pytz~=2020.5", |
| 50 | + "reportlab", |
| 51 | + "requests~=2.32.3", |
| 52 | + "retrying~=1.3.3", |
| 53 | + "simplejson~=3.17.2", |
| 54 | + "six~=1.15.0", |
| 55 | + "soupsieve~=2.1", |
| 56 | + "sqlparse~=0.5.0", |
| 57 | + "static3~=0.7.0", |
| 58 | + "svg2rlg~=0.3", |
| 59 | + "tini~=3.0.1", |
| 60 | + "tornado~=6.3", |
| 61 | + "urllib3~=1.26.19", |
| 62 | + "whitenoise~=5.2.0", |
| 63 | + "yolk~=0.4.3", |
| 64 | + "zipp~=3.4.0", |
| 65 | + "zope.component~=4.6.2", |
| 66 | + "zope.deferredimport~=4.3.1", |
| 67 | + "zope.deprecation~=4.4.0", |
| 68 | + "zope.event~=4.5.0", |
| 69 | + "zope.hookable~=5.0.1", |
| 70 | + "zope.proxy~=4.3.5", |
| 71 | + "zope.schema~=6.0.1", |
| 72 | + "sentry-sdk", |
| 73 | + "diff-match-patch", |
| 74 | + "python-barcode", |
| 75 | + "django-hCaptcha", |
| 76 | + "importlib-metadata", |
| 77 | + "django-hcaptcha", |
| 78 | + "z3c.rml", |
| 79 | + "pikepdf", |
| 80 | + "django-queryable-properties", |
| 81 | + "django-mass-edit", |
| 82 | + "selenium~=4.9.1", |
| 83 | + "zope.interface", |
| 84 | +] |
| 85 | + |
| 86 | +[dependency-groups] |
| 87 | +dev = [ |
| 88 | + "pycodestyle~=2.9.1", |
| 89 | + "coveralls", |
| 90 | + "django-coverage-plugin", |
| 91 | + "pytest-cov", |
| 92 | + "pytest-django", |
| 93 | + "pluggy", |
| 94 | + "pytest-splinter", |
| 95 | + "pytest", |
| 96 | + "pytest-reverse", |
| 97 | + "pytest-xdist[psutil]", |
| 98 | + "PyPOM[splinter]", |
| 99 | +] |
0 commit comments