Skip to content

Commit de18504

Browse files
This is the project set up
0 parents  commit de18504

File tree

8 files changed

+6
-0
lines changed

8 files changed

+6
-0
lines changed

.github/workflows/main.yml

Whitespace-only changes.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
venv
2+
.env

Dockerfile

Whitespace-only changes.

README.md

Whitespace-only changes.

_init_.py

Whitespace-only changes.

requirement.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python-dotenv
2+
pandas
3+
numpy
4+
matplotlib

setup.py

Whitespace-only changes.

src/_init_.py

Whitespace-only changes.

0 commit comments

Comments
 (0)