added requirements and travis files

This commit is contained in:
raphael60650 2021-05-21 18:59:14 +02:00
parent 9575926666
commit 885c877e4d
2 changed files with 8 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.8"
install:
- pip install -r requirements.txt
script:
- main.pyw

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
requests