Skip to content

Commit a7571fa

Browse files
committed
Install geoip2 in release script
1 parent aca1451 commit a7571fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ -n "$(git status --porcelain)" ]; then
3535
fi
3636

3737
# Make sure release deps are installed with the current python
38-
pip install -U sphinx wheel voluptuous email_validator twine
38+
pip install -U sphinx wheel voluptuous email_validator twine geoip2
3939

4040
perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/g" minfraud/version.py
4141

0 commit comments

Comments
 (0)