mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Add pendulum requirement to setup.py
This commit is contained in:
parent
7dbd37b028
commit
3067c229d6
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -19,6 +19,7 @@ setup(
|
|||
'tsstats': ['templates/*.jinja2']
|
||||
},
|
||||
install_requires=[
|
||||
'Jinja2>=2.8'
|
||||
'Jinja2>=2.8',
|
||||
'pendulum==1.2.4'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue