Skip to content

Commit

Permalink
Upgrading twitter to 2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Sep 14, 2022
1 parent 88f1f5b commit 10c8ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ wheel

# Dependencies
pytz==2019.3
twitter==2.0a0
twitter==2.0a2
ural>=0.30.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package_data={'docs': ['README.md']},
install_requires=[
'pytz>=2019.3',
'twitter==2.0a0',
'twitter==2.0a2',
'ural>=0.31.1'
],
zip_safe=True)

0 comments on commit 10c8ccf

Please sign in to comment.