Initial Setup Commit
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# Custom Ignores
|
||||
images
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
||||
BIN
data/AERO4450-Group-10-Data-Analysis-v2.xls
Normal file
BIN
data/AERO4450-Group-10-Data-Analysis-v2.xls
Normal file
Binary file not shown.
8
main.py
Normal file
8
main.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# ENGG4900 Graph Generators
|
||||
# Cal Wing 2023
|
||||
|
||||
def main():
|
||||
print("Hello World!")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
13
requirements.txt
Normal file
13
requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
contourpy==1.0.7
|
||||
cycler==0.11.0
|
||||
fonttools==4.39.3
|
||||
kiwisolver==1.4.4
|
||||
matplotlib==3.7.1
|
||||
numpy==1.24.2
|
||||
packaging==23.0
|
||||
pandas==1.5.3
|
||||
Pillow==9.5.0
|
||||
pyparsing==3.0.9
|
||||
python-dateutil==2.8.2
|
||||
pytz==2023.3
|
||||
six==1.16.0
|
||||
Reference in New Issue
Block a user