Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update attrs from 17.1.0 to 17.2.0 | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-annotate --output-file requirements.txt requirements.in
#
asn1crypto==0.22.0
attrs==17.1.0
automat==0.6.0
cffi==1.10.0; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==1.8.1
enum34==1.1.6
idna==2.5
incremen... | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-annotate --output-file requirements.txt requirements.in
#
asn1crypto==0.22.0
attrs==17.2.0
automat==0.6.0
cffi==1.10.0; platform_python_implementation != 'PyPy'
constantly==15.1.0
cryptography==1.8.1
enum34==1.1.6
idna==2.5
incremen... |
Remove idna-ssl (doesn't work with python3.7). | aiohttp==2.3.10
async-timeout==2.0.0
chardet==3.0.4
idna==2.6
idna-ssl==1.0.0
multidict==4.1.0
prometheus-client==0.1.1
yarl==1.1.0
| aiohttp==2.3.10
async-timeout==2.0.0
chardet==3.0.4
idna==2.6
multidict==4.1.0
prometheus-client==0.1.1
yarl==1.1.0
|
Update psycopg2 from 2.6.2 to 2.7 | # Django stuff
Django==1.10.5
dj-database-url==0.4.2
django-choices==1.5.0
django-extensions==1.7.7
django-storages==1.5.2
djangorestframework==3.5.4
whitenoise==3.3.0
# Allauth
defusedxml==0.5.0
django-allauth==0.30.0
oauthlib==2.0.1
python3-openid==3.1.0
requests-oauthlib==0.8.0
# Github
github3.py==1.0.0a4
uritemp... | # Django stuff
Django==1.10.5
dj-database-url==0.4.2
django-choices==1.5.0
django-extensions==1.7.7
django-storages==1.5.2
djangorestframework==3.5.4
whitenoise==3.3.0
# Allauth
defusedxml==0.5.0
django-allauth==0.30.0
oauthlib==2.0.1
python3-openid==3.1.0
requests-oauthlib==0.8.0
# Github
github3.py==1.0.0a4
uritemp... |
Update graphene-django from 2.0.0 to 2.1.0 | codecov
pytest-django
pytest-cov
dj-database-url==0.5
gunicorn==19.7.1
psycopg2==2.7.4
whitenoise==3.3.1
django-storages==1.6.5
boto3>=1.5
Pillow==5.0.0
Markdown==2.6.11
cloudinary==1.10.0
requests==2.18.4
graphene-django==2.0.0
graphene==2.0.1
singlemodeladmin==0.8
boto
feedparser==5.2.1
authy==2.1.5
django-phonenumbe... | codecov
pytest-django
pytest-cov
dj-database-url==0.5
gunicorn==19.7.1
psycopg2==2.7.4
whitenoise==3.3.1
django-storages==1.6.5
boto3>=1.5
Pillow==5.0.0
Markdown==2.6.11
cloudinary==1.10.0
requests==2.18.4
graphene-django==2.1.0
graphene==2.0.1
singlemodeladmin==0.8
boto
feedparser==5.2.1
authy==2.1.5
django-phonenumbe... |
Update Shopping List to 0.11.0 (12) | Categories:Writing
License:GPL-3.0-or-later
Author Name:Wolfgang Popp
Web Site:https://woefe.github.io/ShoppingList/
Source Code:https://github.com/woefe/ShoppingList
Issue Tracker:https://github.com/woefe/ShoppingList/issues
Auto Name:Shopping List
Summary:Manage (grocery) lists
Description:
Manage your shopping list... | Categories:Writing
License:GPL-3.0-or-later
Author Name:Wolfgang Popp
Web Site:https://woefe.github.io/ShoppingList/
Source Code:https://github.com/woefe/ShoppingList
Issue Tracker:https://github.com/woefe/ShoppingList/issues
Auto Name:Shopping List
Summary:Manage (grocery) lists
Description:
Manage your shopping list... |
Add mkdocs jinja2 deprecation workaround | # Python requirements for MkDocs and Read the Docs
mkdocs==1.2.3
| # Python requirements for MkDocs and Read the Docs
mkdocs==1.2.3
# TODO: temporary workaround for deprecated usage (https://github.com/mkdocs/mkdocs/issues/2794#issuecomment-1077705509)
jinja2==3.0.3
|
Fix build from non-source dir. | cmake_minimum_required(VERSION 3.7)
project(pstack-tests C CXX)
# Force debug build for tests. Many of the tests are looking at debug info that
# we need
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_STANDARD 14)
add_definitions("-O0 -D_FORTIFY_SOURCE=0 -I..")
add_library(testhelper STATIC abort.c)
add_executable(thre... | cmake_minimum_required(VERSION 3.7)
project(pstack-tests C CXX)
# Force debug build for tests. Many of the tests are looking at debug info that
# we need
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_STANDARD 14)
add_definitions("-O0 -D_FORTIFY_SOURCE=0 -I${CMAKE_SOURCE_DIR}")
add_library(testhelper STATIC abort.c)
ad... |
Add conduit and nginx and build Mailpile from Master | https://github.com/cloudfleet/blimp-nginx-armhf.git library/nginx-armhf master /
https://github.com/cloudfleet/blimp-node-armhf.git library/node-armhf master /
https://github.com/cloudfleet/Mailpile.git cloudfleet/mailpile feature/run_in_subdirectory /
https://github.com/cloudfleet/blimp-musterroll.git cloudfleet/blimp... | https://github.com/cloudfleet/blimp-nginx-armhf.git library/nginx-armhf master /
https://github.com/cloudfleet/blimp-node-armhf.git library/node-armhf master /
https://github.com/mailpile/Mailpile.git cloudfleet/mailpile master /
https://github.com/cloudfleet/blimp-musterroll.git cloudfleet/blimp-musterroll master /
ht... |
Clean up metadata for AnimeOpenings | Provides:gq.nulldev.animeopenings.app
Categories:Multimedia
License:MIT
Author Name:nulldev
Author Email:contactnulldev@gmail.com
Web Site:http://nulldev.xyz/apps
Source Code:https://github.com/null-dev/animeopenings-android
Issue Tracker:https://github.com/null-dev/animeopenings-android/issues
Auto Name:Anime Opening... | Categories:Multimedia
License:MIT
Author Name:nulldev
Author Email:contactnulldev@gmail.com
Web Site:http://nulldev.xyz/apps
Source Code:https://github.com/null-dev/animeopenings-android
Issue Tracker:https://github.com/null-dev/animeopenings-android/issues
Auto Name:Anime Openings
Summary:A native client for openings... |
Update dependency pytype to v2020.11.3 | -r requirements.txt
bitstring
codecov
concurrencytest
deb_pkg_tools
exabgp==4.2.11
importlab>=0.3.1
netifaces
packaging
pylint==2.6.0
pytype==2020.10.8
requests
scapy==2.4.4
| -r requirements.txt
bitstring
codecov
concurrencytest
deb_pkg_tools
exabgp==4.2.11
importlab>=0.3.1
netifaces
packaging
pylint==2.6.0
pytype==2020.11.3
requests
scapy==2.4.4
|
Update pytest-flask from 1.0.0 to 1.1.0 | codacy-coverage==1.3.11
pytest==6.1.2
pytest-cov==2.10.1
python-coveralls==2.9.3
pytest-flask==1.0.0
pytest-xdist==1.32.0
| codacy-coverage==1.3.11
pytest==6.1.2
pytest-cov==2.10.1
python-coveralls==2.9.3
pytest-flask==1.1.0
pytest-xdist==1.32.0
|
Add libROOTVecOps as dependency to RAdoptAllocator test | ROOT_ADD_GTEST(vecops_rvec vecops_rvec.cxx LIBRARIES ROOTVecOps RIO Tree)
ROOT_ADD_GTEST(vecops_radoptallocator vecops_radoptallocator.cxx LIBRARIES Core)
| ROOT_ADD_GTEST(vecops_rvec vecops_rvec.cxx LIBRARIES ROOTVecOps RIO Tree)
ROOT_ADD_GTEST(vecops_radoptallocator vecops_radoptallocator.cxx LIBRARIES Core ROOTVecOps)
|
Update django-crispy-forms from 1.7.1 to 1.7.2 | dj-config-url==0.1.1
dj-database-url==0.5.0
dj-static==0.0.6
Django==2.0.3
django-crispy-forms==1.7.1
django-registration-redux==2.2
django-recaptcha==1.4.0
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
djangorestframework==3.7.7
gunicorn==19.7.1
psycopg2==2.7.4
python-decouple==3.1
social-auth-app... | dj-config-url==0.1.1
dj-database-url==0.5.0
dj-static==0.0.6
Django==2.0.3
django-crispy-forms==1.7.2
django-registration-redux==2.2
django-recaptcha==1.4.0
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous
djangorestframework==3.7.7
gunicorn==19.7.1
psycopg2==2.7.4
python-decouple==3.1
social-auth-app... |
Update bokeh from 1.0.4 to 1.1.0 | mock==2.0.0
sphinx_rtd_theme==0.4.3
numpy==1.16.2
future==0.17.1
networkx==2.2
dynetx==0.2.1
bokeh==1.0.4
matplotlib==3.0.3
pytest==4.4.0
| mock==2.0.0
sphinx_rtd_theme==0.4.3
numpy==1.16.2
future==0.17.1
networkx==2.2
dynetx==0.2.1
bokeh==1.1.0
matplotlib==3.0.3
pytest==4.4.0
|
Update google-api-python-client from 2.18.0 to 2.19.1 | beautifulsoup4==4.9.3
bcrypt==3.2.0
croniter==1.0.15
Cython==0.29.24
feedparser==6.0.8
furl==2.1.2
google-api-python-client==2.18.0
isodate==0.6.0
jq==1.2.1
jsonpath-ng==1.5.3
lxml==4.6.3
Pillow==8.3.1
parsedatetime==2.6
psutil==5.8.0
pyhedrals==0.2.0
pymediawiki==0.7.0
pyre2==0.3.3
python-dateutil==2.8.2
pytimeparse==... | beautifulsoup4==4.9.3
bcrypt==3.2.0
croniter==1.0.15
Cython==0.29.24
feedparser==6.0.8
furl==2.1.2
google-api-python-client==2.19.1
isodate==0.6.0
jq==1.2.1
jsonpath-ng==1.5.3
lxml==4.6.3
Pillow==8.3.1
parsedatetime==2.6
psutil==5.8.0
pyhedrals==0.2.0
pymediawiki==0.7.0
pyre2==0.3.3
python-dateutil==2.8.2
pytimeparse==... |
Update fonttools from 3.34.2 to 3.38.0 | fonttools[ufo,lxml]==3.34.2
defcon==0.6.0
| fonttools[lxml,ufo]==3.38.0
defcon==0.6.0
|
Update bcrypt from 3.1.3 to 3.1.4 | bcrypt==3.1.3
coverage==4.4.1
cryptography==2.0.3
motor==1.1
pymongo==3.5.1
pytest==3.2.3
pytest-cov==2.5.1
tornado==4.5.2
| bcrypt==3.1.4
coverage==4.4.1
cryptography==2.0.3
motor==1.1
pymongo==3.5.1
pytest==3.2.3
pytest-cov==2.5.1
tornado==4.5.2
|
Update aiobotocore from 0.9.2 to 0.9.3 | pycparser==2.18
aioamqp==0.11.0
aiobotocore==0.9.2
aiodns==1.1.1
aiohttp==3.3.2
async-timeout==3.0.0
attrs==18.1.0
botocore==1.10.12
cchardet==2.1.1
chardet==3.0.4
codecov==2.0.15
colorama==0.3.9
coverage==4.5.1
docutils==0.14
execnet==1.5.0
jmespath==0.9.3
multidict==4.3.1
mypy==0.620
packaging==17.1
protobuf==3.6.0
p... | pycparser==2.18
aioamqp==0.11.0
aiobotocore==0.9.3
aiodns==1.1.1
aiohttp==3.3.2
async-timeout==3.0.0
attrs==18.1.0
botocore==1.10.12
cchardet==2.1.1
chardet==3.0.4
codecov==2.0.15
colorama==0.3.9
coverage==4.5.1
docutils==0.14
execnet==1.5.0
jmespath==0.9.3
multidict==4.3.1
mypy==0.620
packaging==17.1
protobuf==3.6.0
p... |
Update docker from 2.6.0 to 2.6.1 | docker==2.6.0
molecule==2.4.0
pytest==3.2.3
python-vagrant==0.5.15
testinfra==1.9.0
tox==2.9.1
| docker==2.6.1
molecule==2.4.0
pytest==3.2.3
python-vagrant==0.5.15
testinfra==1.9.0
tox==2.9.1
|
Add oxfstool install instructions for cmake | cmake_minimum_required(VERSION 2.8)
add_library(
OxFS
filesystem.cpp
)
add_executable(
oxfstool
oxfstool.cpp
)
target_link_libraries(oxfstool OxFS OxStd)
install(
FILES
filestore.hpp
filesystem.hpp
inodemgr.hpp
DESTINATION
include/ox/fs
)
add_subdirectory(test)
| cmake_minimum_required(VERSION 2.8)
add_library(
OxFS
filesystem.cpp
)
add_executable(
oxfstool
oxfstool.cpp
)
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
target_link_libraries(oxfstool OxFS OxStd)
install(
FILES
filestore.hpp
filesystem.hpp
inodemgr.hpp
DESTINATION
include/ox/fs
)
i... |
Set fast under the OpenMVG/3rdParty visual studio solution folder | project(fast)
file(GLOB_RECURSE C_FILES ${CMAKE_CURRENT_SOURCE_DIR} *.c)
set_source_files_properties(${C_FILES} PROPERTIES LANGUAGE CXX)
add_library(fast ${C_FILES})
if(FAST_INCLUDE_INSTALL_DIR)
set(INCLUDE_INSTALL_DIR ${FAST_INCLUDE_INSTALL_DIR})
else()
set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/inc... | project(fast)
file(GLOB_RECURSE C_FILES ${CMAKE_CURRENT_SOURCE_DIR} *.c)
set_source_files_properties(${C_FILES} PROPERTIES LANGUAGE CXX)
add_library(fast ${C_FILES})
set_property(TARGET fast PROPERTY FOLDER OpenMVG/3rdParty)
if(FAST_INCLUDE_INSTALL_DIR)
set(INCLUDE_INSTALL_DIR ${FAST_INCLUDE_INSTALL_DIR})
el... |
Update requests from 2.20.0 to 2.21.0 | git+git://github.com/liqd/adhocracy4.git@mB-v2.0.3#egg=adhocracy4
Django==1.11.20 # pyup: <2.0
wagtail==2.3 # pyup: <2.4
bcrypt==3.1.6
brotli==1.0.7
django-capture-tag==1.0
django_csp==3.5
requests==2.20.0
whitenoise==4.1.2
zeep==3.1.0
# Inherited a4-core requirements
bleach==3.0.0
django-allauth==0.38.0
django-autos... | git+git://github.com/liqd/adhocracy4.git@mB-v2.0.3#egg=adhocracy4
Django==1.11.20 # pyup: <2.0
wagtail==2.3 # pyup: <2.4
bcrypt==3.1.6
brotli==1.0.7
django-capture-tag==1.0
django_csp==3.5
requests==2.21.0
whitenoise==4.1.2
zeep==3.1.0
# Inherited a4-core requirements
bleach==3.0.0
django-allauth==0.38.0
django-autos... |
Add total recon patterns - draft | home,nmap .* 10\.0\.0\.4 .*,*
home,ssh -p 444 10\.0\.0\.4 | ssh 10\.0\.0\.4 -p 444,*
rekall,nmap 10\.0\.0\.0/24,*
subway,nmap -Pn .* | nmap .* -Pn,*
earth_spaceport,nmap .* 10\.0\.\*\.33 .* | nmap .* 10\.0\.192-255\.33 .*,*
earth_spaceport,nmap 10\.0\.0\.0/18,*
mars_spaceport,nmap .* 10\.0\.\*\.64 .*|nmap .* 10\.0\.192... | |
Update dependency pytest to v5.1.3 | docker==4.0.2
elasticsearch==7.0.4
falcon==2.0.0
falcon-cors==1.1.7
npyscreen==4.10.5
pika==1.1.0
pytest==5.1.2
pytest-cov==2.7.1
python-magic==0.4.15
pyyaml==5.1.2
redis==3.3.8
rq==1.1.0
sphinx==2.2.0
urllib3==1.25.5
watchdog==0.9.0
| docker==4.0.2
elasticsearch==7.0.4
falcon==2.0.0
falcon-cors==1.1.7
npyscreen==4.10.5
pika==1.1.0
pytest==5.1.3
pytest-cov==2.7.1
python-magic==0.4.15
pyyaml==5.1.2
redis==3.3.8
rq==1.1.0
sphinx==2.2.0
urllib3==1.25.5
watchdog==0.9.0
|
Build ProtoQueue as a static library | set(PROTOQUEUE_LIBRARIES protoqueue CACHE INTERNAL "Main object library for protoqueue")
set(PROTOQUEUE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} ${ZEROMQ_INCLUDE_DIRS} CACHE INTERNAL
"Main include directory for protoqueue")
add_library(${PROTOQUEUE_LIBRARIES}
address.cpp
port.cpp
topic.cpp
type.cpp... | set(PROTOQUEUE_LIBRARIES protoqueue CACHE INTERNAL "Main object library for protoqueue")
set(PROTOQUEUE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} ${ZEROMQ_INCLUDE_DIRS} CACHE INTERNAL
"Main include directory for protoqueue")
add_library(${PROTOQUEUE_LIBRARIES} static
address.cpp
port.cpp
topic.cpp
t... |
Update HABPanelViewer to 0.9.25 (8) | Categories:Internet
License:GPL-3.0-only
Web Site:https://github.com/vbier/habpanelviewer/wiki
Source Code:https://github.com/vbier/habpanelviewer
Issue Tracker:https://github.com/vbier/habpanelviewer/issues
Changelog:https://github.com/vbier/habpanelviewer/releases
Auto Name:HABPanelViewer
Repo Type:git
Repo:https:/... | Categories:Internet
License:GPL-3.0-only
Web Site:https://github.com/vbier/habpanelviewer/wiki
Source Code:https://github.com/vbier/habpanelviewer
Issue Tracker:https://github.com/vbier/habpanelviewer/issues
Changelog:https://github.com/vbier/habpanelviewer/releases
Auto Name:HABPanelViewer
Repo Type:git
Repo:https:/... |
Update CV of AJShA Android Java Shell App to 0.6 (6) | Categories:Development
License:GPL-3.0
Web Site:https://github.com/ligi/AJShA/blob/HEAD/README.md
Source Code:https://github.com/ligi/AJShA
Issue Tracker:https://github.com/ligi/AJShA/issues
Auto Name:AJShA Android Java Shell App
Summary:Run Java code directly
Description:
With this App you can quickly eval some Andro... | Categories:Development
License:GPL-3.0
Web Site:https://github.com/ligi/AJShA/blob/HEAD/README.md
Source Code:https://github.com/ligi/AJShA
Issue Tracker:https://github.com/ligi/AJShA/issues
Auto Name:AJShA Android Java Shell App
Summary:Run Java code directly
Description:
With this App you can quickly eval some Andro... |
Update CV of BusTO to 1.2 (3) | Categories:Navigation
License:GPLv3+
Web Site:https://launchpad.net/bus-torino
Source Code:https://code.launchpad.net/bus-torino
Issue Tracker:https://bugs.launchpad.net/bus-torino
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V4KHUSUL9NLYY
Auto Name:BusTO
Summary:Arrival times for Turin ... | Categories:Navigation
License:GPLv3+
Web Site:https://launchpad.net/bus-torino
Source Code:https://code.launchpad.net/bus-torino
Issue Tracker:https://bugs.launchpad.net/bus-torino
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V4KHUSUL9NLYY
Auto Name:BusTO
Summary:Arrival times for Turin ... |
Unify the output directories across windows and linux | cmake_minimum_required(VERSION 3.1.3)
project(miscellaneous)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMake")
include(Warnings)
include(StaticAnalyzers)
include(ToolchainIdentification)
add_library(project_options INTERFACE)
target_compile_features(project_options INTERFACE cxx_std_17)
if(TI_IS_MSVC)... | cmake_minimum_required(VERSION 3.1.3)
project(miscellaneous)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMake")
include(Warnings)
include(StaticAnalyzers)
include(ToolchainIdentification)
add_library(project_options INTERFACE)
target_compile_features(project_options INTERFACE cxx_std_17)
if(TI_IS_MSVC)... |
Add mock requirement for CI unit tests | pyinstaller
coverage
infi.docopt_completion
docopt
sh
requests==2.5.1
python-etcd==0.3.2
simplejson
docker-py
netaddr
prettytable
| pyinstaller
coverage
infi.docopt_completion
docopt
sh
requests==2.5.1
python-etcd==0.3.2
simplejson
docker-py
netaddr
prettytable
mock
|
Update python-magic from 0.4.18 to 0.4.20 | # A4
git+git://github.com/liqd/adhocracy4.git@mB-v2.7#egg=adhocracy4
# Additional requirements
bcrypt==3.2.0
brotli==1.0.9
django-capture-tag==1.0
django-cloudflare-push==0.2.0
django-sites==0.10
django_csp==3.7
raven==6.10.0
requests==2.25.1
wagtail==2.7.4 # pyup: <2.8
whitenoise==5.2.0
zeep==4.0.0
# Inherited a4-co... | # A4
git+git://github.com/liqd/adhocracy4.git@mB-v2.7#egg=adhocracy4
# Additional requirements
bcrypt==3.2.0
brotli==1.0.9
django-capture-tag==1.0
django-cloudflare-push==0.2.0
django-sites==0.10
django_csp==3.7
raven==6.10.0
requests==2.25.1
wagtail==2.7.4 # pyup: <2.8
whitenoise==5.2.0
zeep==4.0.0
# Inherited a4-co... |
Update pytz from 2018.5 to 2018.6 | pycparser==2.19
aioamqp==0.11.0
aiobotocore==0.9.4
aiodns==1.1.1
aiohttp==3.4.4
async-timeout==3.0.1
attrs==18.2.0
botocore==1.10.58
cchardet==2.1.4
chardet==3.0.4
codecov==2.0.15
colorama==0.4.0
coverage==4.5.1
docutils==0.14
execnet==1.5.0
jmespath==0.9.3
multidict==4.4.2
mypy==0.641
packaging==18.0
protobuf==3.6.1
p... | pycparser==2.19
aioamqp==0.11.0
aiobotocore==0.9.4
aiodns==1.1.1
aiohttp==3.4.4
async-timeout==3.0.1
attrs==18.2.0
botocore==1.10.58
cchardet==2.1.4
chardet==3.0.4
codecov==2.0.15
colorama==0.4.0
coverage==4.5.1
docutils==0.14
execnet==1.5.0
jmespath==0.9.3
multidict==4.4.2
mypy==0.641
packaging==18.0
protobuf==3.6.1
p... |
Update minimum version of smart-open to 1.9.0 | bquery>=0.2.10
pyzmq>=16.0.2
redis>=2.10.5
boto>=2.43.0
smart_open>=1.3.5
netifaces>=0.10.5
configobj>=5.0.6
psutil>=5.0.0
pandas>=0.23.1
pytest>=4.0.0
pytest-cov>=2.6.0
codacy-coverage>=1.3.7
azure-storage-blob==12.0.0
| bquery>=0.2.10
pyzmq>=16.0.2
redis>=2.10.5
boto>=2.43.0
smart_open>=1.9.0
netifaces>=0.10.5
configobj>=5.0.6
psutil>=5.0.0
pandas>=0.23.1
pytest>=4.0.0
pytest-cov>=2.6.0
codacy-coverage>=1.3.7
azure-storage-blob==12.0.0
|
Use pymdptoolbox from branch sc/fix7 in GitHub | numpy >= 1.9.1
scipy >= 0.14.0
pylru >= 1.0.6
python-igraph >= 0.7
sortedcontainers >= 0.9.4
git+git://github.com/sawcordwell/pymdptoolbox#egg=mdptoolbox
http://www.borgelt.net/src/pyfim.tar.gz
| numpy >= 1.9.1
scipy >= 0.14.0
pylru >= 1.0.6
python-igraph >= 0.7
sortedcontainers >= 0.9.4
git+git://github.com/sawcordwell/pymdptoolbox@sc/fix7#egg=mdptoolbox
http://www.borgelt.net/src/pyfim.tar.gz
|
Update fonttools from 3.19.0 to 3.20.1 | fonttools==3.19.0
ufoLib==2.1.1
defcon==0.3.5
cu2qu==1.3.0
compreffor==0.4.6
booleanOperations==0.7.1
| fonttools==3.20.1
ufoLib==2.1.1
defcon==0.3.5
cu2qu==1.3.0
compreffor==0.4.6
booleanOperations==0.7.1
|
Add futures module to allow multiple Gunicorn workers. | coils==1.0.6
Flask==0.10.1
Flask-SQLAlchemy==2.0
gunicorn==19.3.0
mpipe==1.0.8
MySQL-python==1.2.5
numpy==1.9.1
simplejson==3.6.5
SQLAlchemy==0.9.8
wget==2.2
| coils==1.0.6
Flask==0.10.1
Flask-SQLAlchemy==2.0
futures==3.0.2
gunicorn==19.3.0
mpipe==1.0.8
MySQL-python==1.2.5
numpy==1.9.1
simplejson==3.6.5
SQLAlchemy==0.9.8
wget==2.2
|
Upgrade dependency pyaml to ==16.9.0 | pyaml==15.8.2
pytest-runner==2.8
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
| pyaml==16.9.0
pytest-runner==2.8
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
|
Update sqlalchemy from 1.1.11 to 1.1.12 | pyyaml==3.12
SQLAlchemy==1.1.11
psycopg2==2.7.1
alembic==0.9.3 | pyyaml==3.12
SQLAlchemy==1.1.12
psycopg2==2.7.1
alembic==0.9.3 |
Update requests from 2.19.0 to 2.19.1 | pillow==5.1.0 # Image library.
pytz==2018.4
requests-mock==1.5.0 # Mock `requests`.
requests==2.19.0
wrapt==1.10.11 # Make better decorators.
| pillow==5.1.0 # Image library.
pytz==2018.4
requests-mock==1.5.0 # Mock `requests`.
requests==2.19.1
wrapt==1.10.11 # Make better decorators.
|
Update pytest from 4.1.1 to 4.2.0 | bcrypt==3.1.6
coverage==4.5.2
cryptography==2.5
motor==2.0.0
pymongo==3.7.2
pytest==4.1.1
pytest-cov==2.6.1
tornado==5.1.1
| bcrypt==3.1.6
coverage==4.5.2
cryptography==2.5
motor==2.0.0
pymongo==3.7.2
pytest==4.2.0
pytest-cov==2.6.1
tornado==5.1.1
|
Update ufo2ft from 0.5.0 to 0.5.1 | fonttools==3.12.1
cu2qu==1.1.1
glyphsLib==1.7.5
ufo2ft==0.5.0
MutatorMath==2.0.4
defcon==0.3.2
booleanOperations==0.7.0
| fonttools==3.12.1
cu2qu==1.1.1
glyphsLib==1.7.5
ufo2ft==0.5.1
MutatorMath==2.0.4
defcon==0.3.2
booleanOperations==0.7.0
|
Upgrade dependency pyaml to ==16.12.0 | pyaml==16.11.4
pytest-runner==2.8
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
| pyaml==16.12.0
pytest-runner==2.8
pytest==2.9.2
pytest-cov==2.2.1
semantic_version==2.5.0
requests==2.10.0
|
Update certifi from 2018.1.18 to 2018.4.16 | # -*- mode: requirementstxt -*-
# vim: set ft=requirements
#
# This file is autogenerated by pip-compile
# To update, run:
#
# tox -r -e sync
#
certifi==2018.1.18 # via requests
chardet==3.0.4 # via requests
codecov==2.0.15
coverage==4.5.1 # via codecov
idna==2.6 # via req... | # -*- mode: requirementstxt -*-
# vim: set ft=requirements
#
# This file is autogenerated by pip-compile
# To update, run:
#
# tox -r -e sync
#
certifi==2018.4.16 # via requests
chardet==3.0.4 # via requests
codecov==2.0.15
coverage==4.5.1 # via codecov
idna==2.6 # via req... |
Install requirements.txt when installing dev libs | mock==1.0.1
py==1.4.20
pytest==2.5.2
coverage==3.7.1 | -r requirements.txt
mock==1.0.1
py==1.4.20
pytest==2.5.2
coverage==3.7.1
|
Update cryptography from 2.2.2 to 2.3.1 | -r prod.txt
pip==9.0.3
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.2
cryptography==2.2.2
PyYAML==3.12
| -r prod.txt
pip==9.0.3
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.2
cryptography==2.3.1
PyYAML==3.12
|
Update pytest-runner from 4.4 to 5.1 |
# Database
psycopg2-binary==2.8.2
pip==19.1.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.7
tox==3.9.0
cryptography==2.6.1
coverage==4.5.3
Sphinx==2.0.1
pytest==4.5.0
pytest-runner==4.4
pytest-cov==2.7.1
# miscellaneous
sphinx_rtd_theme==0.4.3
pre-commit==1.16.1
python-dotenv[cli]==0.10.2
|
# Database
psycopg2-binary==2.8.2
pip==19.1.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.7
tox==3.9.0
cryptography==2.6.1
coverage==4.5.3
Sphinx==2.0.1
pytest==4.5.0
pytest-runner==5.1
pytest-cov==2.7.1
# miscellaneous
sphinx_rtd_theme==0.4.3
pre-commit==1.16.1
python-dotenv[cli]==0.10.2
|
Update flake8 from 3.2.1 to 3.3.0 | pip==9.0.1
wheel==0.29.0
watchdog==0.8.3
flake8==3.2.1
tox==2.6.0
coverage==4.3.3
Sphinx==1.5.2
cryptography==1.7.2
PyYAML==3.12
| pip==9.0.1
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.6.0
coverage==4.3.3
Sphinx==1.5.2
cryptography==1.7.2
PyYAML==3.12
|
Update pytest from 4.0.0 to 4.0.1 | pip==18.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.9.0
flake8==3.6.0
tox==3.5.3
coverage==4.5.2
Sphinx==1.8.2
cryptography==2.4.2
PyYAML==4.2b4
pytest==4.0.0
pyaudio==0.2.11
| pip==18.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.9.0
flake8==3.6.0
tox==3.5.3
coverage==4.5.2
Sphinx==1.8.2
cryptography==2.4.2
PyYAML==4.2b4
pytest==4.0.1
pyaudio==0.2.11
|
Update superdesk cores for NTB | gunicorn==19.4.5
honcho==0.6.6
Eve==0.6.3
newrelic>=2.66,<2.67
-e git+git://github.com/superdesk/superdesk-core@959c6bb#egg=Superdesk-Core
| gunicorn==19.4.5
honcho==0.6.6
Eve==0.6.3
newrelic>=2.66,<2.67
-e git+git://github.com/superdesk/superdesk-core@7fca944#egg=Superdesk-Core
|
Update Syncthing to 0.4.11 (25) | Categories:Internet
License:MIT
Web Site:
Source Code:https://github.com/Nutomic/syncthing-android
Issue Tracker:https://github.com/Nutomic/syncthing-android/issues
Donate:https://tip4commit.com/github/Nutomic/syncthing-android
Auto Name:Syncthing
Summary:File synchronization
Description:
This is the first attempt at ... | Categories:Internet
License:MIT
Web Site:
Source Code:https://github.com/Nutomic/syncthing-android
Issue Tracker:https://github.com/Nutomic/syncthing-android/issues
Donate:https://tip4commit.com/github/Nutomic/syncthing-android
Auto Name:Syncthing
Summary:File synchronization
Description:
This is the first attempt at ... |
Update faker from 0.8.11 to 0.8.12 | -r base.txt
# Nicer interfaces
ipython==6.2.1
ipdb==0.11
# Flake8
flake8==3.4.1
mccabe==0.6.1
pycodestyle==2.3.1
pyflakes==1.6.0
# Testing
Faker==0.8.11
factory-boy==2.10.0
requests-mock==1.4.0
| -r base.txt
# Nicer interfaces
ipython==6.2.1
ipdb==0.11
# Flake8
flake8==3.4.1
mccabe==0.6.1
pycodestyle==2.3.1
pyflakes==1.6.0
# Testing
Faker==0.8.12
factory-boy==2.10.0
requests-mock==1.4.0
|
Update pytest from 3.6.2 to 3.6.3 | -r requirements.txt
isort==4.3.4
pytest==3.6.2
pytest-env==0.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.22.2
coveralls==1.3.0
httpretty==0.9.5
beautifulsoup4==4.6.0
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
| -r requirements.txt
isort==4.3.4
pytest==3.6.3
pytest-env==0.6.2
pytest-mock==1.10.0
pytest-cov==2.5.1
pytest-xdist==1.22.2
coveralls==1.3.0
httpretty==0.9.5
beautifulsoup4==4.6.0
freezegun==0.3.10
flake8==3.5.0
flake8-print==3.1.0
|
Update isort from 4.3.16 to 4.3.17 | autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.11
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.16 # Lint imports
mypy==0.700 # Type ch... | autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.11
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==1.0.0 # Require single quotes
flake8==3.7.7 # Lint
isort==4.3.17 # Lint imports
mypy==0.700 # Type ch... |
Make only Validator test link to it's library | project(cutelyst_tests)
find_package(Qt5Test 5.6.0 REQUIRED)
add_library(coverage_test STATIC coverageobject.cpp
coverageobject.cpp
${_testresource_rcc_src}
)
target_compile_features(coverage_test
PRIVATE
cxx_auto_type
PUBLIC
cxx_nullptr
cxx_override
)
target_link_libraries(coverage_test Qt5::Test... | project(cutelyst_tests)
find_package(Qt5Test 5.6.0 REQUIRED)
add_library(coverage_test STATIC coverageobject.cpp
coverageobject.cpp
${_testresource_rcc_src}
)
target_compile_features(coverage_test
PRIVATE
cxx_auto_type
PUBLIC
cxx_nullptr
cxx_override
)
target_link_libraries(coverage_test Qt5::Test... |
Correct the motor cmake file so it will compile. | add_library (MotorEncoders MotorEncoders.cc)
add_executable (MotorEncodersTest MotorEncodersTest.cc)
target_link_libraries (MotorEncodersTest MotorEncoders ${Candi_SOURCE_DIR}/arduino/ArduinoInterface)
| add_library (MotorEncoders MotorEncoders.cc)
add_definitions(-I${Candi_SOURCE_DIR}/arduino)
add_executable (MotorEncodersTest MotorEncodersTest.cc)
target_link_libraries (MotorEncodersTest MotorEncoders ArduinoInterface)
|
Add some more supported packages. | devel/nbpatch
net/libfetch
pkgtools/digest
devel/libtool-base
devel/gettext-lib
lang/perl5 perl
devel/p5-Scalar-List-Utils
devel/p5-CPAN-Meta
devel/p5-inc-latest
devel/p5-Module-Build
devel/p5-Perl4-CoreLibs
databases/sqlite3
security/openssl
archivers/xz
archivers/libarchive
pkgtools/pkgin
| devel/nbpatch
net/libfetch
pkgtools/digest
devel/libtool-base
archivers/gzip
archivers/bzip2
devel/ncurses
devel/readline
devel/zlib
devel/gettext-lib
lang/perl5 perl
devel/p5-Scalar-List-Utils
devel/p5-CPAN-Meta
devel/p5-inc-latest
devel/p5-Module-Build
devel/p5-Perl4-CoreLibs
databases/sqlite3
security/openssl
archiv... |
Update pytest-cov from 2.5.1 to 2.6.1 | tox==3.1.2
pytest==3.6.3
pytest-cov==2.5.1
codecov==2.0.15 | tox==3.1.2
pytest==3.6.3
pytest-cov==2.6.1
codecov==2.0.15 |
Update wheel from 0.29.0 to 0.31.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.5.5
cryptography==2.0
PyYAML==3.12
| pip==9.0.1
bumpversion==0.5.3
wheel==0.31.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.5.5
cryptography==2.0
PyYAML==3.12
|
Reduce the length of the description for unicode map | Category:Office
License:Public Domain
Web Site:http://www.madore.org/~david/programs/UnicodeMap.html
Source Code:http://git.madore.org/?p=android/UnicodeMap.git;a=summary
Issue Tracker:
Summary:Browse and copy Unicode characters
Description:
UnicodeMap lets you browse Unicode characters by range and search for them by... | Category:Office
License:Public Domain
Web Site:http://www.madore.org/~david/programs/UnicodeMap.html
Source Code:http://git.madore.org/?p=android/UnicodeMap.git;a=summary
Issue Tracker:
Summary:Browse and copy Unicode characters
Description:
UnicodeMap lets you browse Unicode characters by range and search for them by... |
Use released tqdm with fix | appdirs==1.4.3
attrs==18.1.0
click==7.0
filesystems==0.21.1
packaging==17.1
pyparsing==2.2.0
pyrsistent==0.14.4
pytoml==0.1.19
six==1.11.0
git+https://github.com/altendky/tqdm@b76e47d34f29e65005b2c79b64c248e887f7f94a#egg=tqdm
virtualenv==16.0.0
| appdirs==1.4.3
attrs==18.1.0
click==7.0
filesystems==0.21.1
packaging==17.1
pyparsing==2.2.0
pyrsistent==0.14.4
pytoml==0.1.19
six==1.11.0
tqdm==4.31.1
virtualenv==16.0.0
|
Update markupsafe from 0.23 to 1.0 | click==6.7
Flask==0.12
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==0.23
requests==2.10.0
Werkzeug==0.11.10
wsgiref==0.1.2
| click==6.7
Flask==0.12
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==1.0
requests==2.10.0
Werkzeug==0.11.10
wsgiref==0.1.2
|
Fix migration issue with django_extensions | Django==1.8.6
psycopg2
django-redis
django-extensions
djangorestframework
pyyaml
django-filter
celery>=3.1.19
django-grappelli
django-pgjson
https://github.com/mher/flower/zipball/master
git+https://github.com/eve-val/evelink
django-registration-redux
django-bootstrap-form
beautifulsoup4
| Django==1.8.6
psycopg2
django-redis
django-extensions>=1.5.9
djangorestframework
pyyaml
django-filter
celery>=3.1.19
django-grappelli
django-pgjson
https://github.com/mher/flower/zipball/master
git+https://github.com/eve-val/evelink
django-registration-redux
django-bootstrap-form
beautifulsoup4
|
Update psutil from 5.4.3 to 5.4.4 | Twisted==17.9.0
beautifulsoup4==4.6.0
lxml==4.2.1
psutil==5.4.3
python-dateutil==2.7.2
ply==3.11
enum34==1.1.6
twitter==1.18.0
requests==2.18.4
pytimeparse==1.1.7
pymysql==0.8.0
pycryptodome==3.6.0
pyasn1==0.4.2
isodate==0.6.0
google-api-python-client==1.6.6
pyxDamerauLevenshtein==1.5
numpy==1.14.2
Cython==0.28.1
git+g... | Twisted==17.9.0
beautifulsoup4==4.6.0
lxml==4.2.1
psutil==5.4.4
python-dateutil==2.7.2
ply==3.11
enum34==1.1.6
twitter==1.18.0
requests==2.18.4
pytimeparse==1.1.7
pymysql==0.8.0
pycryptodome==3.6.0
pyasn1==0.4.2
isodate==0.6.0
google-api-python-client==1.6.6
pyxDamerauLevenshtein==1.5
numpy==1.14.2
Cython==0.28.1
git+g... |
Update Flask package to 1.0 | # Core packages
python-dotenv==0.8.2 # Read environment variables from .env
Flask==0.12.2 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
Jinja2>=2.8.1 # Templating for Flask; pinned past security update
cssmin==0.2.0 # CSS minification
uWSGI==2.0.17 # Applicat... | # Core packages
python-dotenv==0.8.2 # Read environment variables from .env
Flask==1.0 # Web microframework
Flask-Assets==0.12 # Merge and minify CSS and JS assets
Jinja2>=2.8.1 # Templating for Flask; pinned past security update
cssmin==0.2.0 # CSS minification
uWSGI==2.0.17 # Applicat... |
Bump django-flat-responsive from 1.2.0 to 2.0 | appdirs==1.4.4
cycler==0.10.0
dask==2021.9.1
decorator==4.0.11
Django==1.11.29
django-crispy-forms==1.6.1
django-environ==0.4.1
django-flat-responsive==1.2.0
django-model-utils==2.6.1
google-api-python-client==1.6.2
httplib2==0.19.0
matplotlib==2.0.0
networkx==1.11
oauth2client==4.1.3
olefile==0.46
packaging==16.8
Pill... | appdirs==1.4.4
cycler==0.10.0
dask==2021.9.1
decorator==4.0.11
Django==1.11.29
django-crispy-forms==1.6.1
django-environ==0.4.1
django-flat-responsive==2.0
django-model-utils==2.6.1
google-api-python-client==1.6.2
httplib2==0.19.0
matplotlib==2.0.0
networkx==1.11
oauth2client==4.1.3
olefile==0.46
packaging==16.8
Pillow... |
Update google-api-python-client from 2.41.0 to 2.42.0 | beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.3.4
Cython==0.29.28
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.41.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.8.0
Pillow==9.0.1
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==... | beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.3.4
Cython==0.29.28
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.42.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.8.0
Pillow==9.0.1
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==... |
Update Speedmeter to 2.2 (22) | Categories:Navigation
License:GPLv2
Web Site:https://github.com/flyingrub/SpeedMeter/blob/HEAD/README.md
Source Code:https://github.com/flyingrub/SpeedMeter
Issue Tracker:https://github.com/flyingrub/SpeedMeter/issues
Changelog:
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SP3QEMAM8XZYQ
... | Categories:Navigation
License:GPLv2
Web Site:https://github.com/flyingrub/SpeedMeter/blob/HEAD/README.md
Source Code:https://github.com/flyingrub/SpeedMeter
Issue Tracker:https://github.com/flyingrub/SpeedMeter/issues
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SP3QEMAM8XZYQ
Auto Name:S... |
Update testinfra from 5.3.0 to 5.3.1 | ansible-lint==4.3.0
docker==4.3.1
flake8==3.8.3
molecule==3.0.8
pytest==6.0.1
testinfra==5.3.0
tox==3.20.0
| ansible-lint==4.3.0
docker==4.3.1
flake8==3.8.3
molecule==3.0.8
pytest==6.0.1
testinfra==5.3.1
tox==3.20.0
|
Add SNP to plant mine. | allele
binding_site
cDNA_clone
CDS
CRM
chromosomal_deletion
chromosomal_duplication
chromosomal_inversion
chromosomal_translocation
chromosomal_transposition
chromosome
chromosome_band
chromosome_structure_variation
EST
enhancer
exon
five_prime_UTR
forward_primer
gene
golden_path_fragment
intergenic_region
intron
mRNA
... | allele
binding_site
cDNA_clone
CDS
CRM
chromosomal_deletion
chromosomal_duplication
chromosomal_inversion
chromosomal_translocation
chromosomal_transposition
chromosome
chromosome_band
chromosome_structure_variation
EST
enhancer
exon
five_prime_UTR
forward_primer
gene
golden_path_fragment
intergenic_region
intron
mRNA
... |
Update expectations for a GC test. | This tests that customized properties on window.location and window.navigator won't get lost after a GC.
TEST running.
screen.myProp did not survive GC.
history.myProp did not survive GC.
locationbar.myProp did not survive GC.
menubar.myProp did not survive GC.
personalbar.myProp did not survive GC.
scrollbars.myProp d... | This tests that customized properties on window.location and window.navigator won't get lost after a GC.
TEST running.
screen.myProp did not survive GC.
history.myProp survived GC.
locationbar.myProp did not survive GC.
menubar.myProp did not survive GC.
personalbar.myProp did not survive GC.
scrollbars.myProp did not ... |
Update py-bcrypt dependency to 0.4 (python 3 compatible) | Flask==0.10.1
Flask-Bcrypt==0.5.2
Flask-Classy==0.6.3
Flask-Markdown==0.3
Jinja2==2.7
Markdown==2.3.1
MarkupSafe==0.18
Werkzeug==0.9.1
argparse==1.2.1
autopep8==0.9.2
docopt==0.4.0
gunicorn==17.5
itsdangerous==0.22
mandrill==1.0.42
pep8==1.4.6
py-bcrypt==0.3
pyScss==1.2.0.post3
redis==2.7.6
requests==2.0.0
six==1.4.1
| Flask==0.10.1
Flask-Bcrypt==0.5.2
Flask-Classy==0.6.3
Flask-Markdown==0.3
Jinja2==2.7
Markdown==2.3.1
MarkupSafe==0.18
Werkzeug==0.9.1
argparse==1.2.1
autopep8==0.9.2
docopt==0.4.0
gunicorn==17.5
itsdangerous==0.22
mandrill==1.0.42
pep8==1.4.6
py-bcrypt==0.4
pyScss==1.2.0.post3
redis==2.7.6
requests==2.0.0
six==1.4.1
|
Update fontparts from 0.10.0 to 0.10.1 | afdko==3.7.1
appdirs==1.4.4
attrs==21.3.0
black==21.12b0
booleanOperations==0.9.0
Brotli==1.0.9
click==8.0.3
cu2qu==1.6.7.post1
defcon==0.10.0
fontMath==0.9.1
fontParts==0.10.0
fontPens==0.2.4
fonttools==4.28.5
fs==2.4.14
lxml==4.7.1
MutatorMath==3.0.1
pathspec>=0.9.0
Pillow==8.4.0
psautohint==2.3.1
pyclipper==1.3.0.po... | afdko==3.7.1
appdirs==1.4.4
attrs==21.3.0
black==21.12b0
booleanOperations==0.9.0
Brotli==1.0.9
click==8.0.3
cu2qu==1.6.7.post1
defcon==0.10.0
fontMath==0.9.1
fontParts==0.10.1
fontPens==0.2.4
fonttools==4.28.5
fs==2.4.14
lxml==4.7.1
MutatorMath==3.0.1
pathspec>=0.9.0
Pillow==8.4.0
psautohint==2.3.1
pyclipper==1.3.0.po... |
Update numpy from 1.16.3 to 1.17.0 | networkx==2.2
pandas==0.25.0
pytest==3.8.1
numpy==1.16.3
scipy==1.1.0
setuptools==40.4.3
scikit_learn==0.20.0
| networkx==2.2
pandas==0.25.0
pytest==3.8.1
numpy==1.17.0
scipy==1.1.0
setuptools==40.4.3
scikit_learn==0.20.0
|
Update isort from 5.5.0 to 5.5.1 | cookiecutter==1.7.2
sh==1.14.0
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==20.8b1
isort==5.5.0
flake8==3.8.3
flake8-isort==4.0.0
# Testing
# ------------------------------------------------------------------------------
tox==3.20.0
pytest==... | cookiecutter==1.7.2
sh==1.14.0
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==20.8b1
isort==5.5.1
flake8==3.8.3
flake8-isort==4.0.0
# Testing
# ------------------------------------------------------------------------------
tox==3.20.0
pytest==... |
Update clldutils from 1.13.5 to 1.13.6 | pydplace==0.4
Django==1.11.4
django-appconf==1.0.2
django-bootstrap3==9.0.0
django-filter==1.0.4
djangorestframework==3.6.3
ete3==3.0.0b35
psycopg2==2.7.3
python-nexus==1.53
six==1.10.0
coverage==4.4.1
flake8==3.4.1
newick==0.8.0
clldutils==1.13.5
attrs==17.2.0
| pydplace==0.4
Django==1.11.4
django-appconf==1.0.2
django-bootstrap3==9.0.0
django-filter==1.0.4
djangorestframework==3.6.3
ete3==3.0.0b35
psycopg2==2.7.3
python-nexus==1.53
six==1.10.0
coverage==4.4.1
flake8==3.4.1
newick==0.8.0
clldutils==1.13.6
attrs==17.2.0
|
Update tox from 2.7.0 to 2.8.0 | docker==2.5.1
molecule==1.25.0
pytest==3.2.1
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.7.0 | docker==2.5.1
molecule==1.25.0
pytest==3.2.1
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.8.0 |
Add requests library as requirement | Django==1.10.3
django-countries==4.0
django-crispy-forms==1.6.1
django-debug-toolbar==1.6
django-formtools==1.0
django-imagekit==3.3
django-twitter-tag==1.2.1
Pillow==3.4.2
python-social-auth==0.2.21
reportlab==3.3.0
django-libsass==0.7
django-compressor==2.1
| Django==1.10.3
django-countries==4.0
django-crispy-forms==1.6.1
django-debug-toolbar==1.6
django-formtools==1.0
django-imagekit==3.3
django-twitter-tag==1.2.1
Pillow==3.4.2
python-social-auth==0.2.21
reportlab==3.3.0
django-libsass==0.7
django-compressor==2.1
requests==2.11.1
|
Update matplotlib from 2.1.0rc1 to 2.1.2 | ipython==5.5.0
Fabric==1.14.0
ipywidgets==7.0.3
matplotlib==2.1.0rc1
mpi4py==2.0.0
numpy==1.13.3
pandas==0.20.3
PyYAML==3.12
| ipython==5.5.0
Fabric==1.14.0
ipywidgets==7.0.3
matplotlib==2.1.2
mpi4py==2.0.0
numpy==1.13.3
pandas==0.20.3
PyYAML==3.12
|
Fix - Upgrade PyYaml for security reasons | django==2.1.5
django-bootstrap-form==3.4
django-tastypie==0.14.2 # API
django-registration==3.0 # account logic, views and workflows
pytz==2018.9
ordereddict==1.1
PyYAML==3.13
pySankeyBeta==1.0.4
| django==2.1.5
django-bootstrap-form==3.4
django-tastypie==0.14.2 # API
django-registration==3.0 # account logic, views and workflows
pytz==2018.9
ordereddict==1.1
pyyaml>=4.2b1
pySankeyBeta==1.0.4
|
Update pytest from 4.1.0 to 4.1.1 | bcrypt==3.1.5
coverage==4.5.2
cryptography==2.4.2
motor==2.0.0
pymongo==3.7.2
pytest==4.1.0
pytest-cov==2.6.1
tornado==5.1.1
| bcrypt==3.1.5
coverage==4.5.2
cryptography==2.4.2
motor==2.0.0
pymongo==3.7.2
pytest==4.1.1
pytest-cov==2.6.1
tornado==5.1.1
|
Bump djangorestframework from 3.6.3 to 3.9.1 | certifi==2017.4.17
chardet==3.0.4
Django==1.11.23
djangorestframework==3.6.3
idna==2.5
pytz==2017.2
requests==2.18.1
urllib3==1.21.1
| certifi==2017.4.17
chardet==3.0.4
Django==1.11.23
djangorestframework==3.9.1
idna==2.5
pytz==2017.2
requests==2.18.1
urllib3==1.21.1
|
Update phonenumbers from 8.8.11 to 8.9.0 | bleach==2.1.2
mistune==0.8.3
requests==2.18.4
python-json-logger==0.1.8
Flask>=0.12.2
orderedset==2.0
Jinja2==2.10
statsd==3.2.2
Flask-Redis==0.3.0
pyyaml==3.12
phonenumbers==8.8.11
pytz==2018.3
smartypants==2.0.1
monotonic==1.4
pypdf2==1.26.0
# required by both api and admin
awscli==1.14.47
boto3==1.6.0
| bleach==2.1.2
mistune==0.8.3
requests==2.18.4
python-json-logger==0.1.8
Flask>=0.12.2
orderedset==2.0
Jinja2==2.10
statsd==3.2.2
Flask-Redis==0.3.0
pyyaml==3.12
phonenumbers==8.9.0
pytz==2018.3
smartypants==2.0.1
monotonic==1.4
pypdf2==1.26.0
# required by both api and admin
awscli==1.14.47
boto3==1.6.0
|
Update flask-bower from 1.2.1 to 1.3.0 | chartkick==0.5.0
Flask==0.12
Flask-Bower==1.2.1
Flask-HTTPAuth==3.2.2
Flask-Login==0.4.0
Flask-SQLAlchemy==2.2
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==1.0
psycopg2==2.7
pygal==2.3.1
PyMySQL==0.7.10
requests==2.13.0
SQLAlchemy==1.1.6
Werkzeug==0.11.15
wheel==0.29.0
| chartkick==0.5.0
Flask==0.12
Flask-Bower==1.3.0
Flask-HTTPAuth==3.2.2
Flask-Login==0.4.0
Flask-SQLAlchemy==2.2
gunicorn==19.7.0
itsdangerous==0.24
Jinja2==2.9.5
MarkupSafe==1.0
psycopg2==2.7
pygal==2.3.1
PyMySQL==0.7.10
requests==2.13.0
SQLAlchemy==1.1.6
Werkzeug==0.11.15
wheel==0.29.0
|
Upgrade dependency funcy to ==1.7.5 | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2.1
django-compressor==2.1.1
django-debug-toolbar==1.8
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.3
packaging==16.8
psycopg2==2.7.1
PyJWT==1.5.0
pyparsing==2.2.0
PySocks==1.6.7
python-dateutil==2.6.0
pytz==2017.2
raven==... | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.1
django-appconf==1.0.2
django-cacheops==3.2.1
django-compressor==2.1.1
django-debug-toolbar==1.8
django-querycount==0.6.0
freezegun==0.3.9
funcy==1.7.5
packaging==16.8
psycopg2==2.7.1
PyJWT==1.5.0
pyparsing==2.2.0
PySocks==1.6.7
python-dateutil==2.6.0
pytz==2017.2
raven==... |
Update testinfra from 1.13.1 to 1.14.0 | docker==3.3.0
molecule==1.25.0
pymongo==3.6.1
pytest==3.4.2
pytest==3.4.2
python-vagrant==0.5.15
tox==3.0.0
testinfra==1.13.1
| docker==3.3.0
molecule==1.25.0
pymongo==3.6.1
pytest==3.4.2
pytest==3.4.2
python-vagrant==0.5.15
tox==3.0.0
testinfra==1.14.0
|
Update botocore from 1.9.20 to 1.9.23 | Django==2.0.4
dj_database_url==0.5.0
django-ordered-model==1.4.3
pytz==2018.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.4
python-decouple==3.1
raven==6.6.0
#Amazon S3 Stuff
boto3==1.6.23
Collectfast==0.6.2
botocore==1.9.20
django-s3-folder-storage==0.5
django-storages==1.6.6
docutils==0.14
jmespath=... | Django==2.0.4
dj_database_url==0.5.0
django-ordered-model==1.4.3
pytz==2018.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.4
python-decouple==3.1
raven==6.6.0
#Amazon S3 Stuff
boto3==1.6.23
Collectfast==0.6.2
botocore==1.9.23
django-s3-folder-storage==0.5
django-storages==1.6.6
docutils==0.14
jmespath=... |
Update boto3 from 1.5.9 to 1.5.12 | Django==2.0.1
dj_database_url==0.4.2
pytz==2017.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.2
python-decouple==3.1
raven==6.4.0
#Amazon S3 Stuff
boto3==1.5.9
Collectfast==0.6.0
botocore==1.8.26
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
jmespath==0.9.3
python-dateutil==2.6... | Django==2.0.1
dj_database_url==0.4.2
pytz==2017.3
python_box==3.1.1
six==1.11.0
gunicorn==19.7.1
psycopg2==2.7.3.2
python-decouple==3.1
raven==6.4.0
#Amazon S3 Stuff
boto3==1.5.12
Collectfast==0.6.0
botocore==1.8.26
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
jmespath==0.9.3
python-dateutil==2.... |
Update markdown2 from 2.3.4 to 2.3.5 | appdirs==1.4.3
args==0.1.0
beautifulsoup4==4.6.0
clint==0.5.1
colorama==0.3.9
ConfigArgParse==0.12.0
docutils==0.14
markdown2==2.3.4
packaging==16.8
pkginfo==1.4.1
py==1.4.34
Pygments==2.2.0
pyparsing==2.2.0
pytest==3.2.1
requests==2.18.4
requests-toolbelt==0.8.0
six==1.10.0
twine==1.9.1
| appdirs==1.4.3
args==0.1.0
beautifulsoup4==4.6.0
clint==0.5.1
colorama==0.3.9
ConfigArgParse==0.12.0
docutils==0.14
markdown2==2.3.5
packaging==16.8
pkginfo==1.4.1
py==1.4.34
Pygments==2.2.0
pyparsing==2.2.0
pytest==3.2.1
requests==2.18.4
requests-toolbelt==0.8.0
six==1.10.0
twine==1.9.1
|
Install pytest-gitignore to ignore tests in manual packages | ansible
attrs
black
boto3
csvs-to-sqlite
Django
fabric
fire
flask
flask-restful
flask-socketio
ftfy
ipdb
ipython
jupyter
mypy
pandas
pip
pipdeptree
pipenv
poetry
psycopg2-binary
ptpython
pudb
pygit2
pygments
pylint
pymongo
pyquery
pytest
pytest-cov
python-dateutil
PyYAML
requests
rethinkdb
setuptools
Sphinx
sqlalchemy
... | ansible
attrs
black
boto3
csvs-to-sqlite
Django
fabric
fire
flask
flask-restful
flask-socketio
ftfy
ipdb
ipython
jupyter
mypy
pandas
pip
pipdeptree
pipenv
poetry
psycopg2-binary
ptpython
pudb
pygit2
pygments
pylint
pymongo
pyquery
pytest
pytest-cov
pytest-gitignore
python-dateutil
PyYAML
requests
rethinkdb
setuptools
S... |
Update Termux:Task to 0.3 (3) | AntiFeatures:NonFreeDep
Categories:Development
License:GPL-3.0
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-tasker
Issue Tracker:https://github.com/termux/termux-tasker/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Task
Summary:Task... | AntiFeatures:NonFreeDep
Categories:Development
License:GPL-3.0
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-tasker
Issue Tracker:https://github.com/termux/termux-tasker/issues
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
Auto Name:Termux:Task
Summary:Task... |
Update CV of My Position to 1.2.4 (11) | Categories:Navigation
License:GPLv2+
Web Site:https://github.com/gjedeer/mylocation/blob/HEAD/README.md
Source Code:https://github.com/gjedeer/mylocation
Issue Tracker:https://github.com/gjedeer/mylocation/issues
Auto Name:My Position
Summary:Share your location
Description:
Share your location, easily and lightly. Su... | Categories:Navigation
License:GPLv2+
Web Site:https://github.com/gjedeer/mylocation/blob/HEAD/README.md
Source Code:https://github.com/gjedeer/mylocation
Issue Tracker:https://github.com/gjedeer/mylocation/issues
Auto Name:My Position
Summary:Share your location
Description:
Share your location, easily and lightly. Su... |
Update CV of Say My Texts to 2.0.2 (5) | Categories:Phone & SMS
License:GPLv3
Web Site:https://doc.chorem.org/say-my-texts
Source Code:http://forge.chorem.org/projects/say-my-texts/repository
Issue Tracker:http://forge.chorem.org/projects/say-my-texts/issues
Auto Name:Say My Texts
Summary:Read out received text messages
Description:
Reads out loud the SMS yo... | Categories:Phone & SMS
License:GPLv3
Web Site:https://doc.chorem.org/say-my-texts
Source Code:http://forge.chorem.org/projects/say-my-texts/repository
Issue Tracker:http://forge.chorem.org/projects/say-my-texts/issues
Auto Name:Say My Texts
Summary:Read out received text messages
Description:
Reads out loud the SMS yo... |
Bump pytest from 6.1.0 to 6.1.1 | aiohttp==3.6.2
flake8==3.8.3
pytest==6.1.0
pytest-asyncio==0.14.0
pytest-cov==2.10.1
pytest-runner==5.2
isort==4.3.21
| aiohttp==3.6.2
flake8==3.8.3
pytest==6.1.1
pytest-asyncio==0.14.0
pytest-cov==2.10.1
pytest-runner==5.2
isort==4.3.21
|
Update tenacity from 4.2.0 to 4.3.0 | invoke==0.19.0
ovh==0.4.7
tabulate==0.7.7
tenacity==4.2.0
| invoke==0.19.0
ovh==0.4.7
tabulate==0.7.7
tenacity==4.3.0
|
Fix version to get binary installation | dill
marisa-trie
nltk>=3.2.2
pytz
requests
tinydb
tqdm
| dill
marisa-trie==0.7.4
nltk>=3.2.2
pytz
requests
tinydb
tqdm
|
Update of PBR and setuptools_scm | six
setuptools_scm>=1.6,<1.7a0
pbr>=1.3,<1.4a0
| six
setuptools_scm>=1.7,<1.8a0
pbr>=1.6,<1.7a0
|
Fix "ImportError: cannot import name 'render_group' from 'rich.console' | ansible==4.6.0
ansible-lint==5.2.0
docker==5.0.2
molecule==3.5.2
molecule-docker==1.0.2
yamllint==1.26.3
flake8==3.9.2
| ansible==4.6.0
ansible-lint==5.3.2
docker==5.0.2
molecule==3.5.2
molecule-docker==1.0.2
yamllint==1.26.3
flake8==3.9.2
|
Update certifi from 2018.1.18 to 2018.4.16 | certifi==2018.1.18
chardet==3.0.4
click==6.7
Flask==0.12.2
Flask-Cache==0.13.1
fritzconnection==0.6.5
idna==2.6
itsdangerous==0.24
Jinja2==2.10
lxml==4.2.1
MarkupSafe==1.0
requests==2.18.4
urllib3==1.22
Werkzeug==0.14.1
| certifi==2018.4.16
chardet==3.0.4
click==6.7
Flask==0.12.2
Flask-Cache==0.13.1
fritzconnection==0.6.5
idna==2.6
itsdangerous==0.24
Jinja2==2.10
lxml==4.2.1
MarkupSafe==1.0
requests==2.18.4
urllib3==1.22
Werkzeug==0.14.1
|
Update pyparsing from 2.3.1 to 2.4.0 | pycparser==2.19
aioamqp==0.12.0
aiobotocore==0.10.2
aiodns==2.0.0
aiohttp==3.5.4
async-generator==1.10
async-timeout==3.0.1
attrs==19.1.0
botocore==1.12.91
cchardet==2.1.4
chardet==3.0.4
codecov==2.0.15
colorama==0.4.1
coverage==4.5.3
docutils==0.14
execnet==1.6.0
jmespath==0.9.4
multidict==4.5.2
mypy==0.700
packaging=... | pycparser==2.19
aioamqp==0.12.0
aiobotocore==0.10.2
aiodns==2.0.0
aiohttp==3.5.4
async-generator==1.10
async-timeout==3.0.1
attrs==19.1.0
botocore==1.12.91
cchardet==2.1.4
chardet==3.0.4
codecov==2.0.15
colorama==0.4.1
coverage==4.5.3
docutils==0.14
execnet==1.6.0
jmespath==0.9.4
multidict==4.5.2
mypy==0.700
packaging=... |
Update croniter from 0.3.23 to 0.3.25 | Twisted[tls]==18.7.0
beautifulsoup4==4.6.3
lxml==4.2.4
psutil==5.4.6
python-dateutil==2.7.3
ply==3.11
enum34==1.1.6
twitter==1.18.0
requests==2.19.1
pytimeparse==1.1.8
pymysql==0.9.2
pycryptodome==3.6.5
pyasn1==0.4.4
isodate==0.6.0
google-api-python-client==1.7.4
pyxDamerauLevenshtein==1.5
numpy==1.15.0
Cython==0.28.5
... | Twisted[tls]==18.7.0
beautifulsoup4==4.6.3
lxml==4.2.4
psutil==5.4.6
python-dateutil==2.7.3
ply==3.11
enum34==1.1.6
twitter==1.18.0
requests==2.19.1
pytimeparse==1.1.8
pymysql==0.9.2
pycryptodome==3.6.5
pyasn1==0.4.4
isodate==0.6.0
google-api-python-client==1.7.4
pyxDamerauLevenshtein==1.5
numpy==1.15.0
Cython==0.28.5
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.