Skip to content

Commit

Permalink
Merge pull request #3 from Uninett/upgrade-python-django-etc
Browse files Browse the repository at this point in the history
Upgrade python/django version
  • Loading branch information
johannaengland authored Apr 25, 2024
2 parents 185e6fb + 7b9f291 commit 8edb447
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 368 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ authors = [{name = "Johanna England", email = "johanna.england@sikt.no"}]
maintainers = [{name = "Johanna England", email = "johanna.england@sikt.no"}]
readme = "README.md"
dependencies = [
"argus-server>=1.9",
"argus-server>=1.15",
"markdownify>=0.11",
"PyGithub>=1.58",
"requests>=2.14",
]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: System :: Monitoring",
]
dynamic = ["version", "description"]
Expand Down
205 changes: 0 additions & 205 deletions requirements-django41.txt

This file was deleted.

Loading

0 comments on commit 8edb447

Please sign in to comment.