diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-01-24 13:45:47 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-01-24 13:45:47 +0800 |
commit | 7e5c90a5b3fe4e54fc9a03e865df33bdfcde61be (patch) | |
tree | c315447298ff1dc36dfa15031d6f603d61dd38fb /mgr | |
parent | 23a440e25cf4862e05f8ff34f489c2e26621ca8c (diff) |
Fix vfc-vnfmgr unused requirements
Change-Id: I3b16a1a21b20c2bfd8e176f27f419d6f4416492b
Issue-ID: VFC-670
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/requirements.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt index 3d145d9..e597d48 100644 --- a/mgr/requirements.txt +++ b/mgr/requirements.txt @@ -22,13 +22,5 @@ unittest_xml_reporting==1.12.0 # for auto swagger drf-yasg>=1.2.2 -Pillow>=4.3.0 -pygments>=2.2.0 -django-cors-headers>=2.1.0 -django-filter>=1.1.0,<2.0; python_version == "2.7" -django-filter>=1.1.0; python_version >= "3.4" -djangorestframework-camel-case>=0.2.0 -dj-database-url>=0.4.2 -user_agents>=1.1.0 flex>=6.11.1 swagger-spec-validator>=2.1.0
\ No newline at end of file |