kcarnold commited on
Commit
e400754
·
1 Parent(s): 01c0ffa

This is the pyproject.toml that I've been using

Browse files
Files changed (1) hide show
  1. pyproject.toml +11 -0
pyproject.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "writing-prototypes"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ dependencies = [
8
+ "pandas>=2.2.3",
9
+ "requests>=2.32.3",
10
+ "streamlit==1.40.1",
11
+ ]