Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tinydtls-cython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jannis Konrad
tinydtls-cython
Compare revisions
34e516919cfd2c35eb41076a918dff3a214ab7ec to 4d868c3acecd5a518ea1ece443c2c69d2917564c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
jkonra2m/tinydtls-cython
Select target project
No results found
4d868c3acecd5a518ea1ece443c2c69d2917564c
Select Git revision
Branches
master
Tags
0.1.14
0.1.16
0.1.17
0.1.18
0.1.19
0.2.0
0.2.1
Swap
Target
jkonra2m/tinydtls-cython
Select target project
jkonra2m/tinydtls-cython
1 result
34e516919cfd2c35eb41076a918dff3a214ab7ec
Select Git revision
Branches
master
Tags
0.1.14
0.1.16
0.1.17
0.1.18
0.1.19
0.2.0
0.2.1
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update requirements
· 4f8c106b
Marc Mueller
authored
1 year ago
4f8c106b
Merge pull request #11 from cdce8p/remove-setup-requires
· 4d868c3a
Jannis Konrad
authored
1 year ago
Update requirements
Unverified
4d868c3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+0
-2
0 additions, 2 deletions
setup.py
with
0 additions
and
2 deletions
setup.py
View file @
4d868c3a
...
...
@@ -41,8 +41,6 @@ setup(
url
=
"
https://git.fslab.de/jkonra2m/tinydtls-cython
"
,
py_modules
=
[
"
DTLSSocket.DTLSSocket
"
],
cmdclass
=
{
"
build_ext
"
:
prepare_tinydtls
},
setup_requires
=
[
'
setuptools>=18.0
'
,
'
Cython<3
'
],
install_requires
=
[
'
Cython<3
'
],
ext_modules
=
[
Extension
(
"
DTLSSocket.dtls
"
,
[
"
DTLSSocket/dtls.pyx
"
,
...
...
This diff is collapsed.
Click to expand it.