Modify

Opened 6 years ago

Closed 6 years ago

#13449 closed defect (fixed)

Add installation requirements

Reported by: Ryan J Ollos Owned by: Theodor Norup
Priority: normal Component: TracYetAnotherChartMacro
Severity: normal Keywords:
Cc: Trac Release:

Description

  • setup.py

     
    2424            'htdocs/*.js',
    2525            ]
    2626    },
     27    install_requires=['TracAdvParseArgsPlugin', 'jinja2'],
    2728    entry_points = {'trac.plugins':['yachart.web_ui = yachart.web_ui']}
    2829)

Attachments (0)

Change History (1)

comment:1 Changed 6 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

In 17240:

Add installation requirements

Fixes #13449.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Theodor Norup.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.