build!: update deps and drop setup.py (#35653)

This commit is contained in:
Ankush Menat 2023-06-12 21:46:06 +05:30 committed by GitHub
parent 62011410b2
commit f957a84830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -9,8 +9,8 @@ readme = "README.md"
dynamic = ["version"]
dependencies = [
# Core dependencies
"pycountry~=20.7.3",
"Unidecode~=1.2.0",
"pycountry~=22.3.5",
"Unidecode~=1.3.6",
"barcodenumber~=0.5.0",
# integration dependencies

View File

@ -1,6 +0,0 @@
# TODO: Remove this file when v15.0.0 is released
from setuptools import setup
name = "erpnext"
setup()