update: look at todo

main
Thamognya Kodi 2023-01-01 20:10:26 +07:00
parent bb72e5dbb7
commit 9a9a12173d
3 changed files with 3 additions and 4 deletions

View File

@ -136,4 +136,4 @@ build-remove:
rm -rf build/
.PHONY: cleanup
cleanup: pycache-remove dsstore-remove mypycache-remove ipynbcheckpoints-remove pytestcache-remove pkl-remove log-remove env-remove env-fishremove
cleanup: pycache-remove dsstore-remove mypycache-remove ipynbcheckpoints-remove pytestcache-remove pkl-remove log-remove

View File

@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "internet-ml"
version = "1.0.20"
version = "2.0.0"
description = "Internet-ML: Allowing ML to connect to the internet"
readme = "./.github/README.md"
authors = ["Thamognya Kodi <contact@thamognya.com>"]

View File

@ -16,8 +16,7 @@ django = "^4.1.4"
django-stubs = "^1.13.1"
djangorestframework = "^3.14.0"
python-dotenv = "^0.21.0"
django-environ = "^0.9.0"
internet-ml = "^1.0.11"
internet-ml = "^2.0.0"
[tool.mypy]
plugins = ["mypy_django_plugin.main"]