Update .gitlab-ci.yml, requirements.txt files See merge request MisterBiggs/aero-astro-calc!2
A small python library with functions to assist engineers.
from aero_astro_calc import PlaneStress stress = PlaneStress(80, -40, 25) stress.plane()