added .gitignore and requirements.txt
This commit is contained in:
parent
8859f28d99
commit
5dfee7f1ff
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/__pycache__/
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Mastodon.py==1.3.1
|
||||
python-twitter==3.5
|
Reference in a new issue