diff --git a/helloword.py b/helloword.py deleted file mode 100644 index b17c9a5..0000000 --- a/helloword.py +++ /dev/null @@ -1 +0,0 @@ -print("helloWord") diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..26a4d5a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +greenlet==3.2.4 +psycopg2==2.9.11 +SQLAlchemy==2.0.44 +SQLAlchemy-Utils==0.42.0 +typing_extensions==4.15.0