This website works better with JavaScript.
Home
Help
Register
Sign In
htgoebel
/
pEpPythonAdapter
forked from
pEp.foundation/pEpPythonAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Labels
Milestones
New Pull Request
#1
setup: Unpin version requirement for package wheel.
Closed
htgoebel
wants to merge 1 commits from
htgoebel-patch-1
into
master
pull from: htgoebel-patch-1
merge into: htgoebel:master
htgoebel:remove-requirement-wheel
htgoebel:AllGroupDevicesShowHandshake
htgoebel:ENGINE-187
htgoebel:ENGINE-188
htgoebel:ENGINE-524
htgoebel:PYADAPT-97_doxygen
htgoebel:PYADAPT-98
htgoebel:PYADAPT-99
htgoebel:PYADPT-100
htgoebel:PYADPT-110
htgoebel:PYADPT-55
htgoebel:PYADPT-81
htgoebel:PYADPT-96_init_version
htgoebel:PYADPT-97
htgoebel:REWORK
htgoebel:Release_2.1
htgoebel:Release_2.1.0
htgoebel:add_key_notification
htgoebel:build-windows
htgoebel:cython
htgoebel:imap
htgoebel:master
htgoebel:notifyHandshake
htgoebel:pytests
htgoebel:setup_linux
htgoebel:setup_py_for_everybody
htgoebel:setupcfg
htgoebel:sync
htgoebel:sync_removal
htgoebel:test_diphoton
htgoebel:update_parser
Conversation
1
Commits
1
Files Changed
2
2 changed files
with
3 additions
and
2 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pyproject.toml
+1
-1
setup.cfg
+ 2
- 1
pyproject.toml
View File
@ -5,7 +5,8 @@
requires
=
[
"setuptools >=39.2.0"
,
"setuptools_scm >= 4.1.2"
,
"wheel >= 0.35.1"
]
"wheel"
,
]
build
-
backend
=
"setuptools.build_meta"
+ 1
- 1
setup.cfg
View File
@ -34,7 +34,7 @@ install_requires =
setup_requires
=
setuptools >
=
39.2.0
setuptools_scm >
=
4.1.2
wheel
>
=
0.35.1
wheel
[options.extras_require]
# To install these dependencies, run pip install .[test]
test
=
Write
Preview
Loading…
Cancel
Save