
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
Editable dependency requirements sometimes override top-level ones · Issue #3296 · pypa/pipenv
Description:
Issue description I'm not 100% sure how this is happening, but when locking a Pipfile that includes an editable requirement, sometimes the requirements from that dependency are "preferred&...
Website Age:
17 years and 9 months (reg. 2007-10-09).
Matching Content Categories {📚}
- Video & Online Content
- Technology & Computing
- Games
Content Management System {📝}
What CMS is github.com built with?
Github.com uses WORDPRESS.
Traffic Estimate {📈}
What is the average monthly size of github.com audience?
🚀🌠 Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {💸}
Subscription Packages {💳}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {💰}
Subscription Packages {💳}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 5,013,426 paying customers.
The estimated monthly recurring revenue (MRR) is $21,056,387.
The estimated annual recurring revenues (ARR) are $252,676,649.
Wordpress Themes and Plugins {🎨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
Keywords {🔍}
dependency, issue, editable, techalchemy, requirements, toplevel, greysteil, version, release, regression, type, urllib, sign, pipenv, requests, true, hashes, commented, dont, added, deps, bug, resolution, projects, override, closed, description, overwrite, url, git, result, resolved, github, navigation, source, pull, actions, security, happening, pipfile, preferred, dependencies, httpspypipythonorgsimple, verifyssl, packages, httpsgithubcomrequestsrequestsgit, ref, mentioned, changed, title,
Topics {✒️}
vcs deps auto-precedence top-level requirements editable git dependency give child deps techalchemy closed comment metadata assignees /requests/requests override top-level techalchemy added gitconfig url rewrite overwrite top-level assigned labels category dependency resolution projects editable requirement top-level description release blocker requirements editable requests dependency org/simple replicate included deps previous behavior repos involved helps identify 100% complete relationships pipfile-spec actual result ref = 'v2 verify_ssl true editavke dependencies issue correct version lock type release release 2018 git = 'https //github github private overwrite url category pipfile result
Payment Methods {📊}
- Braintree
Questions {❓}
- Already have an account?
- Question is, is this a regression?
Schema {🗺️}
DiscussionForumPosting:
context:https://schema.org
headline:Editable dependency requirements sometimes override top-level ones
articleBody:### Issue description
I'm not 100% sure how this is happening, but when locking a Pipfile that includes an editable requirement, sometimes the requirements from that dependency are "preferred" (i.e., overwrite) the top-level requirements for dependencies.
An example is probably the best illustration:
Pipfile
```
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
requests = { editable = true, git = 'https://github.com/requests/requests.git', ref = 'v2.18.4' }
urllib3 = "==1.21.1"
```
Result from calling `pyenv exec pipenv lock`:
```
{
"_meta": {
"hash": {
"sha256": "71c49547d80da72c513f8e15ba6c8c070007d930c22dff508902f491b7665107"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"certifi": {
"hashes": [
"sha256:339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c",
"sha256:6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a"
],
"version": "==2018.10.15"
},
"chardet": {
"hashes": [
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae",
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
],
"version": "==3.0.4"
},
"idna": {
"hashes": [
"sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f",
"sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4"
],
"version": "==2.6"
},
"requests": {
"editable": true,
"git": "https://github.com/requests/requests.git",
"ref": "a3d7cf3f27e74c28ef30f01e9f2e483570ab042e"
},
"urllib3": {
"hashes": [
"sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b",
"sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"
],
"version": "==1.22"
}
},
"develop": {}
}
```
### Expected result
The version of `urllib3` should be `1.21.1`.
### Actual result
The version of `urllib3` is `1.22`.
### Steps to replicate
Included in description. Happens on 3ce1394254009f715a4300fdc901c6aadc7abddf.
-------------------------------------------------------------------------------
<details><summary>$ pipenv --support</summary>
Pipenv version: `'2018.11.15.dev0'`
Pipenv location: `'/Users/greysteil/code/dependabot-script/.bundle/bundler/gems/dependabot-core-df7316130ca8/helpers/python/src/pipenv/pipenv'`
Python location: `'/Users/greysteil/.pyenv/versions/3.6.6/bin/python'`
Python installations found:
- `3.7.0`: `/Users/greysteil/.pyenv/versions/3.7.0/bin/python3`
- `3.7.0`: `/Users/greysteil/.pyenv/versions/3.7.0/bin/python3.7m`
- `3.6.7`: `/Users/greysteil/.pyenv/versions/3.6.7/bin/python3`
- `3.6.7`: `/Users/greysteil/.pyenv/versions/3.6.7/bin/python3.6m`
- `3.6.6`: `/Users/greysteil/.pyenv/versions/3.6.6/bin/python3`
- `3.6.6`: `/Users/greysteil/.pyenv/versions/3.6.6/bin/python3.6m`
- `3.6.5`: `/Users/greysteil/.pyenv/versions/3.6.5/bin/python3`
- `3.6.5`: `/Users/greysteil/.pyenv/versions/3.6.5/bin/python3.6m`
- `3.6.5`: `/usr/local/bin/python3`
- `3.6.5`: `/usr/local/bin/python3.6m`
- `3.6.2`: `/Users/greysteil/.pyenv/versions/3.6.2/bin/python3`
- `3.6.2`: `/Users/greysteil/.pyenv/versions/3.6.2/bin/python3.6m`
- `3.6.1`: `/Users/greysteil/.pyenv/versions/3.6.1/bin/python3`
- `3.6.1`: `/Users/greysteil/.pyenv/versions/3.6.1/bin/python3.6m`
- `3.5.0`: `/Users/greysteil/.pyenv/versions/3.5.0/bin/python3`
- `3.5.0`: `/Users/greysteil/.pyenv/versions/3.5.0/bin/python3.5m`
- `2.7.15`: `/Users/greysteil/.pyenv/versions/2.7.15/bin/python`
- `2.7.14`: `/Users/greysteil/.pyenv/versions/2.7.14/bin/python`
- `2.7.10`: `/usr/bin/python`
- `2.7.10`: `/usr/bin/pythonw`
- `2.7.10`: `/usr/bin/python2.7`
PEP 508 Information:
```
{'implementation_name': 'cpython',
'implementation_version': '3.6.6',
'os_name': 'posix',
'platform_machine': 'x86_64',
'platform_python_implementation': 'CPython',
'platform_release': '17.7.0',
'platform_system': 'Darwin',
'platform_version': 'Darwin Kernel Version 17.7.0: Wed Oct 10 23:06:14 PDT '
'2018; root:xnu-4570.71.13~1/RELEASE_X86_64',
'python_full_version': '3.6.6',
'python_version': '3.6',
'sys_platform': 'darwin'}
```
System environment variables:
- `TERM_PROGRAM`
- `PYENV_ROOT`
- `TERM`
- `SHELL`
- `CLICOLOR`
- `TMPDIR`
- `Apple_PubSub_Socket_Render`
- `TERM_PROGRAM_VERSION`
- `TERM_SESSION_ID`
- `PYENV_VERSION`
- `USER`
- `SSH_AUTH_SOCK`
- `PYENV_DIR`
- `LSCOLORS`
- `PATH`
- `PWD`
- `EDITOR`
- `LANG`
- `PYENV_HOOK_PATH`
- `XPC_FLAGS`
- `RBENV_SHELL`
- `XPC_SERVICE_NAME`
- `HOME`
- `SHLVL`
- `LOGNAME`
- `__CF_USER_TEXT_ENCODING`
- `PIP_DISABLE_PIP_VERSION_CHECK`
- `PYTHONDONTWRITEBYTECODE`
- `PIP_SHIMS_BASE_MODULE`
- `PIP_PYTHON_PATH`
- `PYTHONFINDER_IGNORE_UNSUPPORTED`
Pipenv–specific environment variables:
Debug–specific environment variables:
- `PATH`: `/Users/greysteil/.pyenv/versions/3.6.6/bin:/usr/local/Cellar/pyenv/1.2.8/libexec:/Users/greysteil/.pyenv/plugins/pyenv-virtualenv/bin:/Users/greysteil/.pyenv/plugins/pyenv-update/bin:/Users/greysteil/.pyenv/plugins/pyenv-installer/bin:/Users/greysteil/.pyenv/plugins/pyenv-doctor/bin:/Users/greysteil/.poetry/bin:/Users/greysteil/.config/yarn/global/node_modules/.bin:/Users/greysteil/.poetry/bin::/Users/greysteil/go/bin::/usr/local/opt/erlang@20/bin:/Users/greysteil/.pyenv/bin:/Users/greysteil/.cargo/bin:/usr/local/heroku/bin:/Users/greysteil/.rbenv/shims:/usr/local/bin:./node_modules/.bin:.bundle/binstubs:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/git/bin:/usr/local/sbin`
- `SHELL`: `/bin/bash`
- `EDITOR`: `subl -w`
- `LANG`: `en_GB.UTF-8`
- `PWD`: `/Users/greysteil/code/python-test`
---------------------------
Contents of `Pipfile` ('/Users/greysteil/code/python-test/Pipfile'):
```toml
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
requests = { editable = true, git = 'https://github.com/requests/requests.git', ref = 'v2.18.4' }
urllib3 = "==1.21.1"
```
Contents of `Pipfile.lock` ('/Users/greysteil/code/python-test/Pipfile.lock'):
```json
{
"_meta": {
"hash": {
"sha256": "71c49547d80da72c513f8e15ba6c8c070007d930c22dff508902f491b7665107"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"certifi": {
"hashes": [
"sha256:339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c",
"sha256:6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a"
],
"version": "==2018.10.15"
},
"chardet": {
"hashes": [
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae",
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
],
"version": "==3.0.4"
},
"idna": {
"hashes": [
"sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f",
"sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4"
],
"version": "==2.6"
},
"requests": {
"editable": true,
"git": "https://github.com/requests/requests.git",
"ref": "a3d7cf3f27e74c28ef30f01e9f2e483570ab042e"
},
"urllib3": {
"hashes": [
"sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b",
"sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"
],
"version": "==1.22"
}
},
"develop": {}
}
```
</details>
author:
url:https://github.com/greysteil
type:Person
name:greysteil
datePublished:2018-11-24T10:54:40.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:4
url:https://github.com/3296/pipenv/issues/3296
context:https://schema.org
headline:Editable dependency requirements sometimes override top-level ones
articleBody:### Issue description
I'm not 100% sure how this is happening, but when locking a Pipfile that includes an editable requirement, sometimes the requirements from that dependency are "preferred" (i.e., overwrite) the top-level requirements for dependencies.
An example is probably the best illustration:
Pipfile
```
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
requests = { editable = true, git = 'https://github.com/requests/requests.git', ref = 'v2.18.4' }
urllib3 = "==1.21.1"
```
Result from calling `pyenv exec pipenv lock`:
```
{
"_meta": {
"hash": {
"sha256": "71c49547d80da72c513f8e15ba6c8c070007d930c22dff508902f491b7665107"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"certifi": {
"hashes": [
"sha256:339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c",
"sha256:6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a"
],
"version": "==2018.10.15"
},
"chardet": {
"hashes": [
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae",
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
],
"version": "==3.0.4"
},
"idna": {
"hashes": [
"sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f",
"sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4"
],
"version": "==2.6"
},
"requests": {
"editable": true,
"git": "https://github.com/requests/requests.git",
"ref": "a3d7cf3f27e74c28ef30f01e9f2e483570ab042e"
},
"urllib3": {
"hashes": [
"sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b",
"sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"
],
"version": "==1.22"
}
},
"develop": {}
}
```
### Expected result
The version of `urllib3` should be `1.21.1`.
### Actual result
The version of `urllib3` is `1.22`.
### Steps to replicate
Included in description. Happens on 3ce1394254009f715a4300fdc901c6aadc7abddf.
-------------------------------------------------------------------------------
<details><summary>$ pipenv --support</summary>
Pipenv version: `'2018.11.15.dev0'`
Pipenv location: `'/Users/greysteil/code/dependabot-script/.bundle/bundler/gems/dependabot-core-df7316130ca8/helpers/python/src/pipenv/pipenv'`
Python location: `'/Users/greysteil/.pyenv/versions/3.6.6/bin/python'`
Python installations found:
- `3.7.0`: `/Users/greysteil/.pyenv/versions/3.7.0/bin/python3`
- `3.7.0`: `/Users/greysteil/.pyenv/versions/3.7.0/bin/python3.7m`
- `3.6.7`: `/Users/greysteil/.pyenv/versions/3.6.7/bin/python3`
- `3.6.7`: `/Users/greysteil/.pyenv/versions/3.6.7/bin/python3.6m`
- `3.6.6`: `/Users/greysteil/.pyenv/versions/3.6.6/bin/python3`
- `3.6.6`: `/Users/greysteil/.pyenv/versions/3.6.6/bin/python3.6m`
- `3.6.5`: `/Users/greysteil/.pyenv/versions/3.6.5/bin/python3`
- `3.6.5`: `/Users/greysteil/.pyenv/versions/3.6.5/bin/python3.6m`
- `3.6.5`: `/usr/local/bin/python3`
- `3.6.5`: `/usr/local/bin/python3.6m`
- `3.6.2`: `/Users/greysteil/.pyenv/versions/3.6.2/bin/python3`
- `3.6.2`: `/Users/greysteil/.pyenv/versions/3.6.2/bin/python3.6m`
- `3.6.1`: `/Users/greysteil/.pyenv/versions/3.6.1/bin/python3`
- `3.6.1`: `/Users/greysteil/.pyenv/versions/3.6.1/bin/python3.6m`
- `3.5.0`: `/Users/greysteil/.pyenv/versions/3.5.0/bin/python3`
- `3.5.0`: `/Users/greysteil/.pyenv/versions/3.5.0/bin/python3.5m`
- `2.7.15`: `/Users/greysteil/.pyenv/versions/2.7.15/bin/python`
- `2.7.14`: `/Users/greysteil/.pyenv/versions/2.7.14/bin/python`
- `2.7.10`: `/usr/bin/python`
- `2.7.10`: `/usr/bin/pythonw`
- `2.7.10`: `/usr/bin/python2.7`
PEP 508 Information:
```
{'implementation_name': 'cpython',
'implementation_version': '3.6.6',
'os_name': 'posix',
'platform_machine': 'x86_64',
'platform_python_implementation': 'CPython',
'platform_release': '17.7.0',
'platform_system': 'Darwin',
'platform_version': 'Darwin Kernel Version 17.7.0: Wed Oct 10 23:06:14 PDT '
'2018; root:xnu-4570.71.13~1/RELEASE_X86_64',
'python_full_version': '3.6.6',
'python_version': '3.6',
'sys_platform': 'darwin'}
```
System environment variables:
- `TERM_PROGRAM`
- `PYENV_ROOT`
- `TERM`
- `SHELL`
- `CLICOLOR`
- `TMPDIR`
- `Apple_PubSub_Socket_Render`
- `TERM_PROGRAM_VERSION`
- `TERM_SESSION_ID`
- `PYENV_VERSION`
- `USER`
- `SSH_AUTH_SOCK`
- `PYENV_DIR`
- `LSCOLORS`
- `PATH`
- `PWD`
- `EDITOR`
- `LANG`
- `PYENV_HOOK_PATH`
- `XPC_FLAGS`
- `RBENV_SHELL`
- `XPC_SERVICE_NAME`
- `HOME`
- `SHLVL`
- `LOGNAME`
- `__CF_USER_TEXT_ENCODING`
- `PIP_DISABLE_PIP_VERSION_CHECK`
- `PYTHONDONTWRITEBYTECODE`
- `PIP_SHIMS_BASE_MODULE`
- `PIP_PYTHON_PATH`
- `PYTHONFINDER_IGNORE_UNSUPPORTED`
Pipenv–specific environment variables:
Debug–specific environment variables:
- `PATH`: `/Users/greysteil/.pyenv/versions/3.6.6/bin:/usr/local/Cellar/pyenv/1.2.8/libexec:/Users/greysteil/.pyenv/plugins/pyenv-virtualenv/bin:/Users/greysteil/.pyenv/plugins/pyenv-update/bin:/Users/greysteil/.pyenv/plugins/pyenv-installer/bin:/Users/greysteil/.pyenv/plugins/pyenv-doctor/bin:/Users/greysteil/.poetry/bin:/Users/greysteil/.config/yarn/global/node_modules/.bin:/Users/greysteil/.poetry/bin::/Users/greysteil/go/bin::/usr/local/opt/erlang@20/bin:/Users/greysteil/.pyenv/bin:/Users/greysteil/.cargo/bin:/usr/local/heroku/bin:/Users/greysteil/.rbenv/shims:/usr/local/bin:./node_modules/.bin:.bundle/binstubs:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/git/bin:/usr/local/sbin`
- `SHELL`: `/bin/bash`
- `EDITOR`: `subl -w`
- `LANG`: `en_GB.UTF-8`
- `PWD`: `/Users/greysteil/code/python-test`
---------------------------
Contents of `Pipfile` ('/Users/greysteil/code/python-test/Pipfile'):
```toml
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
requests = { editable = true, git = 'https://github.com/requests/requests.git', ref = 'v2.18.4' }
urllib3 = "==1.21.1"
```
Contents of `Pipfile.lock` ('/Users/greysteil/code/python-test/Pipfile.lock'):
```json
{
"_meta": {
"hash": {
"sha256": "71c49547d80da72c513f8e15ba6c8c070007d930c22dff508902f491b7665107"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"certifi": {
"hashes": [
"sha256:339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c",
"sha256:6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a"
],
"version": "==2018.10.15"
},
"chardet": {
"hashes": [
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae",
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
],
"version": "==3.0.4"
},
"idna": {
"hashes": [
"sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f",
"sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4"
],
"version": "==2.6"
},
"requests": {
"editable": true,
"git": "https://github.com/requests/requests.git",
"ref": "a3d7cf3f27e74c28ef30f01e9f2e483570ab042e"
},
"urllib3": {
"hashes": [
"sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b",
"sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"
],
"version": "==1.22"
}
},
"develop": {}
}
```
</details>
author:
url:https://github.com/greysteil
type:Person
name:greysteil
datePublished:2018-11-24T10:54:40.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:4
url:https://github.com/3296/pipenv/issues/3296
Person:
url:https://github.com/greysteil
name:greysteil
url:https://github.com/greysteil
name:greysteil
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:4
interactionType:https://schema.org/CommentAction
userInteractionCount:4
External Links {🔗}(2)
Analytics and Tracking {📊}
- Site Verification - Google
Libraries {📚}
- Clipboard.js
- D3.js
- GSAP
- Lodash
Emails and Hosting {✉️}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net