Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 18, 2024
1 parent 5e73f17 commit 41890ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
'Unidecode~=1.0,>=1.0.22',
'babel~=2.0,>=2.5.1',
'lxml~=5.0',
'nameparser~=0.0,>=0.5.3;python_version <= "2.7"',
'nameparser~=1.1,>=1.1.3;python_version >= "3.6"',
'nameparser~=0.0,>=0.5.3; python_version <= "2.7"',
'nameparser~=1.1,>=1.1.3; python_version >= "3.6"',
'python-dateutil~=2.0,>=2.6.1',
'six~=1.0,>=1.10.0',
'urllib3~=1.0,<=1.26.12',
Expand All @@ -51,9 +51,9 @@
'flake8-future-import~=0.0,>=0.4.3',
'mock~=2.0,>=2.0.0',
'pytest-cov~=2.0,>=2.5.1',
'pytest~=4.0,>=4.6.0;python_version <= "2.7"',
'pytest~=8.0,>=8.2.2;python_version >= "3"',
'unicode-string-literal~=1.0,>=1.1;python_version <= "2.7"',
'pytest~=4.0,>=4.6.0; python_version <= "2.7"',
'pytest~=8.0,>=8.2.2; python_version >= "3"',
'unicode-string-literal~=1.0,>=1.1; python_version <= "2.7"',
'deepdiff'
]

Expand Down Expand Up @@ -100,6 +100,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit 41890ca

Please sign in to comment.