remove requirement that's not needed

This commit is contained in:
Manuel Barkhau 2018-12-23 13:23:31 +01:00
parent 1605ff2fc1
commit 32447b03d4
2 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@
# https://pypi.org/project/ujson/ # https://pypi.org/project/ujson/
# UltraJSON is an ultra fast JSON encoder and decoder written # UltraJSON is an ultra fast JSON encoder and decoder written
# in pure C with bindings for Python 2.5+ and 3. # in pure C with bindings for Python 2.5+ and 3.
ujson # ujson
# The hot new pkdf on the block is argon2, winner of # The hot new pkdf on the block is argon2, winner of
# the https://password-hashing.net/ competition. # the https://password-hashing.net/ competition.

View file

@ -15,8 +15,9 @@
# #
# This allows us to: # This allows us to:
# #
# 1. Easily navigate to the source of a vendored dependency # 1. Enable mypy to check modules of multiple packages.
# 2. Use binary versions packages instead of source versions of # 2. Easily navigate to the source of a vendored dependency
# 3. Use binary versions packages instead of source versions of
# packages, simply by not including the vendor/ directory in # packages, simply by not including the vendor/ directory in
# the PYTHONPATH. The version from the virtualenv will then # the PYTHONPATH. The version from the virtualenv will then
# be loaded instead. # be loaded instead.