[project] name = "my_requests_script" version = "0.1.0" description = "A simple script with hello world." authors = [ { name = "Kate", email = "keti.miroshnik@gmail.com" } ] dependencies = ["requests>=2.28"] requires-python = ">=3.7" license = { text = "MIT" } [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta"