From 575568772a32c3228019e3e259b800c2148d8429 Mon Sep 17 00:00:00 2001 From: SG Date: Mon, 8 May 2023 17:44:34 +0200 Subject: [PATCH] Reorganize files and folders --- transphase/requirements.txt | 6 ++++++ transphase.py => transphase/transphase.py | 0 2 files changed, 6 insertions(+) create mode 100644 transphase/requirements.txt rename transphase.py => transphase/transphase.py (100%) diff --git a/transphase/requirements.txt b/transphase/requirements.txt new file mode 100644 index 0000000..3584239 --- /dev/null +++ b/transphase/requirements.txt @@ -0,0 +1,6 @@ +asyncio==3.4.3 +cffi==1.15.1 +cryptography==40.0.2 +pycparser==2.21 +pyjson==1.3.0 +websockets==11.0.2 \ No newline at end of file diff --git a/transphase.py b/transphase/transphase.py similarity index 100% rename from transphase.py rename to transphase/transphase.py