Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Update .pyup.yml (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysanderGG authored and ixje committed Feb 4, 2019
1 parent e806b35 commit e561e5b
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 45 deletions.
23 changes: 23 additions & 0 deletions .pyup.yml
@@ -0,0 +1,23 @@
# configure updates globally
# default: all
# allowed: all, insecure, False
update: all

# configure dependency pinning globally
# default: True
# allowed: True, False
pin: True

# update schedule
# default: empty
# allowed: "every day", "every week", ..
schedule: "every week"

# search for requirement files
# default: True
# allowed: True, False
search: True

# set the default branch
# default: empty, the default branch on GitHub
branch: development
50 changes: 25 additions & 25 deletions requirements.txt
Expand Up @@ -3,64 +3,64 @@ asn1crypto==0.24.0
astor==0.7.1
attrs==18.2.0
Automat==0.7.0
autopep8==1.4
autopep8==1.4.3
base58==1.0.3
bitcoin==1.1.42
blessings==1.7
bpython==0.17.1
bumpversion==0.5.3
certifi==2018.8.24
certifi==2018.11.29
cffi==1.11.5
chardet==3.0.4
colorlog==3.1.4
colorlog==4.0.2
constantly==15.1.0
coverage==4.5.1
coverage==4.5.2
coveralls==1.5.1
coz-bytecode==0.5.1
cryptography==2.3.1
cryptography==2.4.2
curtsies==0.3.0
cycler==0.10.0
docopt==0.6.2
ecdsa==0.13
Events==0.3
furl==2.0.0
gevent==1.3.6
gevent==1.4.0
greenlet==0.4.15
hyperlink==18.0.0
idna==2.7
idna==2.8
incremental==17.5.0
klein==17.10.0
logzero==1.5.0
memory-profiler==0.54.0
memory-profiler==0.55.0
mmh3==2.5.1
mock==2.0.0
mpmath==1.1.0
neo-boa==0.5.6
neo-python-rpc==0.2.1
neocore==0.5.6
pbr==4.2.0
peewee==3.6.4
pbr==5.1.1
peewee==3.8.1
pexpect==4.6.0
pluggy==0.7.1
pluggy==0.8.1
plyvel==1.0.5
prompt-toolkit==2.0.5
psutil==5.4.7
py==1.6.0
prompt-toolkit==2.0.7
psutil==5.4.8
py==1.7.0
pycodestyle==2.4.0
pycparser==2.19
Pygments==2.2.0
Pygments==2.3.1
pymitter==0.2.3
Pympler==0.6
pyparsing==2.2.2
python-dateutil==2.7.3
pytz==2018.5
requests==2.20.0
pyparsing==2.3.1
python-dateutil==2.7.5
pytz==2018.9
requests==2.21.0
scrypt==0.8.6
six==1.11.0
tqdm==4.23.4
Twisted==18.7.0
urllib3==1.23
virtualenv==16.0.0
six==1.12.0
tqdm==4.29.1
Twisted==18.9.0
urllib3==1.24.1
virtualenv==16.2.0
wcwidth==0.1.7
Werkzeug==0.14.1
zope.interface==4.5.0
zope.interface==4.6.0
40 changes: 20 additions & 20 deletions requirements_docs.txt
@@ -1,36 +1,36 @@
aenum==2.1.2
alabaster==0.7.11
alabaster==0.7.12
astor==0.7.1
Babel==2.6.0
base58==1.0.0
base58==1.0.3
bitcoin==1.1.42
certifi==2018.4.16
certifi==2018.11.29
chardet==3.0.4
coz-bytecode==0.5.1
docutils==0.14
ecdsa==0.13
idna==2.7
imagesize==1.0.0
idna==2.8
imagesize==1.1.0
Jinja2==2.10
logzero==1.5.0
MarkupSafe==1.0
mpmath==1.0.0
neo-boa==0.4.8
MarkupSafe==1.1.0
mpmath==1.1.0
neo-boa==0.5.6
neo-python-rpc==0.2.1
neocore==0.4.11
packaging==17.1
prompt-toolkit==2.0.4
pycryptodome==3.6.3
Pygments==2.2.0
neocore==0.5.6
packaging==18.0
prompt-toolkit==2.0.7
pycryptodome==3.7.2
Pygments==2.3.1
pymitter==0.2.3
pyparsing==2.2.0
pytz==2018.5
requests==2.20.0
pyparsing==2.3.1
pytz==2018.9
requests==2.21.0
scrypt==0.8.6
six==1.11.0
six==1.12.0
snowballstemmer==1.2.1
Sphinx==1.7.6
sphinx-rtd-theme==0.4.1
Sphinx==1.8.3
sphinx-rtd-theme==0.4.2
sphinxcontrib-websupport==1.1.0
urllib3==1.23
urllib3==1.24.1
wcwidth==0.1.7

0 comments on commit e561e5b

Please sign in to comment.