diff --git a/pypi_mirror/cmd/__init__.py b/pypi_mirror/cmd/__init__.py index 150f9ad..e69de29 100644 --- a/pypi_mirror/cmd/__init__.py +++ b/pypi_mirror/cmd/__init__.py @@ -1,13 +0,0 @@ -# Copyright (c) 2012 Hewlett-Packard Development Company, L.P. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/pypi_mirror/cmd/run_mirror.py b/pypi_mirror/cmd/run_mirror.py index 1fea7d1..b003757 100644 --- a/pypi_mirror/cmd/run_mirror.py +++ b/pypi_mirror/cmd/run_mirror.py @@ -55,7 +55,6 @@ import datetime import functools import hashlib import os -import pkginfo import re import shlex import shutil @@ -63,6 +62,8 @@ import subprocess import sys import tempfile import urllib + +import pkginfo import yaml diff --git a/test-requirements.txt b/test-requirements.txt index f0dd00b..c0de34d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=0.5.6,<0.8 +hacking>=0.9.2,<0.10