mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
remove requirement that's not needed
This commit is contained in:
parent
1605ff2fc1
commit
32447b03d4
2 changed files with 4 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# https://pypi.org/project/ujson/
|
||||
# UltraJSON is an ultra fast JSON encoder and decoder written
|
||||
# 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 https://password-hashing.net/ competition.
|
||||
|
|
|
|||
|
|
@ -15,8 +15,9 @@
|
|||
#
|
||||
# This allows us to:
|
||||
#
|
||||
# 1. Easily navigate to the source of a vendored dependency
|
||||
# 2. Use binary versions packages instead of source versions of
|
||||
# 1. Enable mypy to check modules of multiple packages.
|
||||
# 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
|
||||
# the PYTHONPATH. The version from the virtualenv will then
|
||||
# be loaded instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue