--- /dev/null
+[build-system]
+requires = ["setuptools>=61.0"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "test"
+version = "0.0.1"
+authors = [
+ { name="Kyle Bowman", email="kylebowman14@gmail.com" },
+]
+description = "TODO"
+readme = "README.md"
+requires-python = ">=3.11"
+classifiers = [
+ "Programming Language :: Python :: 3",
+ "License :: OSI Approved :: MIT License",
+ "Operating System :: OS Independent",
+]
+
+[project.scripts]
+render = "render:main"
+
+[project.urls]
+Homepage = "None"
+Issues = "None"
\ No newline at end of file
--- /dev/null
+markdown-it-py==3.0.0
+mdit-py-plugins==0.4.0
+mdurl==0.1.2
+proto @ git+ssh://git@10.5.1.242:/srv/git/proto.git@216b5236d55d9b95f02c0a5731858051c8b36f58
+# Don't forget to `pip install -e .` for dev environment.
\ No newline at end of file