We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fc3cb commit d1a9cf0Copy full SHA for d1a9cf0
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2016 Benoît Guigal
+Copyright (c) 2021 Benoît Guigal
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
setup.py
@@ -23,7 +23,7 @@ def read(fname):
23
download_url = f'https://github.com/Postcard/ticket-renderer-python/tarball/{VERSION}',
24
py_modules=('ticketrenderer',),
25
install_requires=[
26
- 'jinja2>=3.0.2',
+ 'jinja2==3.0.2',
27
'mock==4.0.3'
28
]
29
)
0 commit comments