From ed16dffe0ccd1675252cf0ef57a1ad4a8262d397 Mon Sep 17 00:00:00 2001 From: uvorbs Date: Sun, 24 Jul 2022 18:14:09 +0300 Subject: [PATCH] dd runtime --- requirements.txt | 4 ++++ runtime.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 runtime.txt diff --git a/requirements.txt b/requirements.txt index 6aca389..a18c8ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ async-timeout==4.0.2 attrs==21.4.0 autopep8==1.6.0 backports.zoneinfo==0.2.1 +binance==0.3 caio==0.9.6 cchardet==2.1.7 certifi==2022.6.15 @@ -37,4 +38,7 @@ tzdata==2022.1 tzlocal==4.2 ujson==5.4.0 urllib3==1.26.10 +uvloop==0.16.0 websockets==10.3 +yapic.json==1.7.3 +yarl==1.7.2 diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..e1958b9 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.8.13 \ No newline at end of file