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