[project] name = "xpost" version = "0.1.0" description = "social media crossposting tool" readme = "README.md" requires-python = ">=3.12" dependencies = [ "dnspython>=2.8.0", "grapheme>=0.6.0", "python-magic>=0.4.27", "requests>=2.32.5", "websockets>=15.0.1", ] [dependency-groups] dev = [ "pytest>=8.4.2", ] [tool.pytest.ini_options] pythonpath = ["."]