Skip to content

Commit e424222

Browse files
committed
Added missing install_require entries for the setup.py
1 parent 13fd10b commit e424222

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ def run(self):
4242

4343
install_requires = [
4444
'faker',
45-
'six',
46-
'progress',
45+
'parmap',
46+
'pgcopy',
4747
'psycopg2',
48-
'pyyaml'
48+
'pyyaml',
49+
'tqdm'
4950
]
5051

5152
tests_require = [
@@ -71,7 +72,7 @@ def run(self):
7172
url='https://github.com/rheinwerk-verlag/postgresql-anonymizer',
7273
license='MIT license',
7374
classifiers=[
74-
'Development Status :: 2 - Pre-Alpha',
75+
'Development Status :: 3 - Alpha',
7576
'Intended Audience :: Developers',
7677
'License :: OSI Approved :: MIT License',
7778
'Operating System :: POSIX',

0 commit comments

Comments
 (0)