Update to Django 4.2.11; switch from requirements.txt to Pipfile

This commit is contained in:
2024-03-30 19:15:04 +01:00
parent 68dc4ef32b
commit bb9ce7b16c
4 changed files with 646 additions and 11 deletions
+15
View File
@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=4.2"
django-registration = "*"
pytz = "*"
matplotlib = "*"
mysqlclient = "*"
btcde = "*"
xlwt = "*"
[dev-packages]