Skip to content

Commit

Permalink
Requirements cleanup, version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Jun 3, 2022
1 parent 7136678 commit 8fda48c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
attrs>=21.2.0
frozendict>=2.3.1
iniconfig>=1.1.1
packaging>=21.0
pluggy>=0.12.0
py>=1.11.0
pyparsing>=2.4.7
frozendict>=2.3.2
pytest-cov>=3.0.0
pytest-forked>=1.3.0
pytest-html>=3.1.1
pytest-metadata>=1.11.0
pytest-profiling>=1.7.0
pytest-pycharm>=0.7.0
pytest-rerunfailures>=10.2
pytest-xdist>=2.4.0
pytest>=6.2.5
toml>=0.10.2
pytest>=7.1.2
21 changes: 10 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@

setup(
name='proxyorderedset',
version='0.2',
version='0.3',
packages=['orderedset'],
url='https://projects.cispa.saarland/c01dost/islearn',
license='GNU GPLv3',
author='Dominic Steinhoefel',
author_email='dominic.steinhoefel@cispa.de',
description='OrderedSet/FrozenOrderedSet implementation as a proxy to dict/frozendict',
install_requires=[
"attrs>=21.2.0",
"iniconfig>=1.1.1",
"frozendict>=2.3.1",
"packaging>=21.0",
"pluggy>=0.12.0",
"py>=1.11.0",
"pyparsing>=2.4.7",
"pytest>=6.2.5",
"frozendict>=2.3.2",
"pytest-cov>=3.0.0",
"pytest-forked>=1.3.0",
"pytest-html>=3.1.1",
"pytest-metadata>=1.11.0",
"toml>=0.10.2",
"pytest-profiling>=1.7.0",
"pytest-pycharm>=0.7.0",
"pytest-rerunfailures>=10.2",
"pytest-xdist>=2.4.0",
"pytest>=6.2.5",
"pytest>=7.1.2"
],
)

0 comments on commit 8fda48c

Please sign in to comment.