Added requirements.txt

pull/12/head
fuomag9 2020-02-05 13:43:17 +01:00
parent 15c1afa5ec
commit 32d639a09f
1 changed files with 4 additions and 0 deletions

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pyreadline ; sys_platform == 'win32'
readline ; sys_platform !='win32'
argparse
requests