Skip to content

Commit d1a9cf0

Browse files
committed
update License and packages required
1 parent b7fc3cb commit d1a9cf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 Benoît Guigal
1+
Copyright (c) 2021 Benoît Guigal
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
44
documentation files (the "Software"), to deal in the Software without restriction, including without limitation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323
download_url = f'https://github.com/Postcard/ticket-renderer-python/tarball/{VERSION}',
2424
py_modules=('ticketrenderer',),
2525
install_requires=[
26-
'jinja2>=3.0.2',
26+
'jinja2==3.0.2',
2727
'mock==4.0.3'
2828
]
2929
)

0 commit comments

Comments
 (0)