File: drop-unused-setuptools-install-requires

package info (click to toggle)
valinor 1.1.4%2Bds-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 428; makefile: 24; sh: 9
file content (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Drop unused modules declared in setup.py
 The YAML/Jinja2 dependencies were left behind after the project_generator
 code was spun out of the valinor project into a separate project.
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://github.com/ARMmbed/valinor/pull/34
Last-Update: 2019-08-15
---
--- a/setup.py
+++ b/setup.py
@@ -37,8 +37,6 @@
     },
     test_suite = 'nose.collector',
     install_requires=[
-        'pyyaml>=5.1,<6.0',
-        'Jinja2>=2.7.0,<3',
         'setuptools',
         'colorama>=0.3,<0.4',
         'pyocd',